GET /api/bet_types/c6260488-3bd4-4e2b-91ac-6e32b558c5c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6260488-3bd4-4e2b-91ac-6e32b558c5c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/56193a3c-2601-4b32-938b-3fbcc9272667/?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": "DET",
                "amount": 5945.0
            },
            {
                "team": "SEA",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e97faed-4065-477b-a131-921a33fe464c",
            "gambit_id": "e1d61660-6a17-489e-b878-4b23dbdaaf5b",
            "last_updated": "2022-10-06T10:17:07.147698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6260488-3bd4-4e2b-91ac-6e32b558c5c4/?format=api"
        },
        {
            "id": "8210a784-3d8c-4307-a471-eec801fcc08d",
            "gambit_id": "645179ef-2dda-47bd-af51-b62abb251c73",
            "last_updated": "2022-10-06T10:17:07.146570-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6260488-3bd4-4e2b-91ac-6e32b558c5c4/?format=api"
        }
    ]
}