GET /api/bet_types/bd4a6467-e4af-4f37-b07a-3007bd16afde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd4a6467-e4af-4f37-b07a-3007bd16afde",
    "match": "https://api-prod.gambitprofit.com/api/matches/b100b577-d840-4540-b7e4-b417c4e98042/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-06T08:38:16.854012-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": "PIT",
                "amount": 5213.0
            },
            {
                "team": "MIL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ff226fb-118f-4ab9-beee-eb929a510a54",
            "gambit_id": "f7d1ecf6-f523-42bd-a49b-1a089a00cd40",
            "last_updated": "2023-08-07T19:28:11.812569-04:00",
            "created_at": "2023-08-06T08:38:16.859695-04:00",
            "name": "PIT",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4a6467-e4af-4f37-b07a-3007bd16afde/?format=api"
        },
        {
            "id": "1de5302b-80b3-4700-afff-56016b2464c7",
            "gambit_id": "e7cdaeca-7fe4-4488-a3fc-f87685877dfa",
            "last_updated": "2023-08-07T19:28:11.816034-04:00",
            "created_at": "2023-08-06T08:38:16.864331-04:00",
            "name": "MIL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4a6467-e4af-4f37-b07a-3007bd16afde/?format=api"
        }
    ]
}