GET /api/bet_types/c49bbb57-d09d-427e-ad42-c7146673c299/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c49bbb57-d09d-427e-ad42-c7146673c299",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c3788a3-34b8-4273-a18f-6ddfe18e6dd4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-03T20:08:22.423693-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": "Game Total Over 2.5",
                "amount": 5511.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "8be5a28c-84f5-4b2c-a538-4ba935e4e081",
            "gambit_id": "289d3a9e-ede6-4840-9a60-b42e09401320",
            "last_updated": "2023-11-06T21:38:17.725676-05:00",
            "created_at": "2023-11-03T20:08:22.427726-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49bbb57-d09d-427e-ad42-c7146673c299/?format=api"
        },
        {
            "id": "51eff68a-398b-4a21-ad3b-7066deb1d4ea",
            "gambit_id": "104c4a25-d411-4661-a25f-3664335cc9ba",
            "last_updated": "2023-11-06T21:38:17.730315-05:00",
            "created_at": "2023-11-03T20:08:22.432236-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49bbb57-d09d-427e-ad42-c7146673c299/?format=api"
        }
    ]
}