GET /api/bet_types/b9c3ad34-b776-451a-9c93-f91532b63137/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9c3ad34-b776-451a-9c93-f91532b63137",
    "match": "https://api-prod.gambitprofit.com/api/matches/c83892bb-a541-4818-a238-7a4296aa312c/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "CLE",
                "amount": 6256.0
            },
            {
                "team": "CWS",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b7da50d-089e-4683-9e21-f3fd4fd2079d",
            "gambit_id": "bdce3004-b61c-45fb-970a-c6a9069eb540",
            "last_updated": "2022-09-22T14:57:17.241817-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9c3ad34-b776-451a-9c93-f91532b63137/?format=api"
        },
        {
            "id": "2fe8fd21-1194-4578-ac2f-f387b9ab4ecf",
            "gambit_id": "232a34ac-4aa4-4745-be47-de91a898cc6d",
            "last_updated": "2022-09-22T14:57:17.240567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9c3ad34-b776-451a-9c93-f91532b63137/?format=api"
        }
    ]
}