GET /api/bet_types/10a3711d-2a75-4a16-809d-5a92e83abad3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10a3711d-2a75-4a16-809d-5a92e83abad3",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb844486-604b-41fc-bd64-dbc5c60a3922/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-19T12:58:05.494695-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chicago White Sox",
                "amount": 5699.0
            },
            {
                "team": "Texas Rangers",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "0cf600cb-f411-488f-9706-83f30263a2ac",
            "gambit_id": "23450eb9-82f7-4d68-9811-e5deac64b8bf",
            "last_updated": "2023-06-20T10:13:23.024546-04:00",
            "created_at": "2023-06-19T12:58:05.500162-04:00",
            "name": "Chicago White Sox",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10a3711d-2a75-4a16-809d-5a92e83abad3/?format=api"
        },
        {
            "id": "7c11a4de-96d6-4fcf-9021-724b8d6478c7",
            "gambit_id": "e05e0da7-d998-49b5-b983-c8ea78d43104",
            "last_updated": "2023-06-20T10:13:23.022590-04:00",
            "created_at": "2023-06-19T12:58:05.497172-04:00",
            "name": "Texas Rangers",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10a3711d-2a75-4a16-809d-5a92e83abad3/?format=api"
        }
    ]
}