GET /api/bet_types/ec6bfbe4-61cd-40a5-b3e8-085d47096ed2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec6bfbe4-61cd-40a5-b3e8-085d47096ed2",
    "match": "https://api-prod.gambitprofit.com/api/matches/74d68c40-28a3-4072-bafd-39b452431a3b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:57.556967-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": "TAM (J Springs)",
                "amount": 7112.0
            },
            {
                "team": "OAK (S Fujinami)",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "45ab1315-3aea-4489-9c91-e866a63e8e62",
            "gambit_id": "cc866f20-6a6a-4e62-8201-5f26f8700a79",
            "last_updated": "2023-04-09T12:32:08.896062-04:00",
            "created_at": "2023-04-08T09:01:57.558863-04:00",
            "name": "TAM (J Springs)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec6bfbe4-61cd-40a5-b3e8-085d47096ed2/?format=api"
        },
        {
            "id": "51646fd4-bf26-45ed-bf2b-998396938ffa",
            "gambit_id": "6d0acd2a-db04-4a60-84bd-6b5dff2281d0",
            "last_updated": "2023-04-09T12:32:08.898521-04:00",
            "created_at": "2023-04-08T09:01:57.560795-04:00",
            "name": "OAK (S Fujinami)",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec6bfbe4-61cd-40a5-b3e8-085d47096ed2/?format=api"
        }
    ]
}