GET /api/bet_types/9bc81ad6-a9bd-426c-afcb-676e523c195d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bc81ad6-a9bd-426c-afcb-676e523c195d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b43112c8-9882-424e-a3b7-fda78ea8a242/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-13T09:08:21.064725-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": "CIN",
                "amount": 6458.0
            },
            {
                "team": "KAN",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d1bdfd0-6454-468c-a725-7aed6c9e52e0",
            "gambit_id": "52aa343c-a56a-431e-946c-a435c6655ab0",
            "last_updated": "2023-06-14T11:23:21.383540-04:00",
            "created_at": "2023-06-13T09:08:21.066641-04:00",
            "name": "CIN",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc81ad6-a9bd-426c-afcb-676e523c195d/?format=api"
        },
        {
            "id": "40ad2dd4-b161-482b-a6e7-a816e55c35a2",
            "gambit_id": "719fff35-f8ea-41a8-8e19-66cdbc13e034",
            "last_updated": "2023-06-14T11:23:21.386007-04:00",
            "created_at": "2023-06-13T09:08:21.068574-04:00",
            "name": "KAN",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc81ad6-a9bd-426c-afcb-676e523c195d/?format=api"
        }
    ]
}