GET /api/bet_types/b58106bb-a0e5-4a3d-aab1-38c255a1c4b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b58106bb-a0e5-4a3d-aab1-38c255a1c4b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/39844fed-e3a1-4277-b25a-662d533dae51/?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": "Virginia Tech",
                "amount": 5000.0
            },
            {
                "team": "Duke",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4fd663b7-948a-4c7f-8589-b5b39efc357f",
            "gambit_id": "29f168bf-d98d-4837-bd15-f003fe78ff7c",
            "last_updated": "2022-11-14T10:28:57.252160-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b58106bb-a0e5-4a3d-aab1-38c255a1c4b2/?format=api"
        },
        {
            "id": "3242231e-ccb3-45ac-8287-b836ca82b4d0",
            "gambit_id": "cfae12ea-b303-4ec7-a5fa-4210a85473f1",
            "last_updated": "2022-11-14T10:28:57.251193-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b58106bb-a0e5-4a3d-aab1-38c255a1c4b2/?format=api"
        }
    ]
}