GET /api/bet_types/8a7ce8c2-5d32-4fe2-9163-b6142cc20c52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a7ce8c2-5d32-4fe2-9163-b6142cc20c52",
    "match": "https://api-prod.gambitprofit.com/api/matches/28dfe43b-d1b7-415b-8276-53f695daa116/?format=api",
    "name": "Pick the Winner",
    "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": "Arkansas State",
                "amount": 7055.0
            },
            {
                "team": "UL Monroe",
                "amount": 2945.0
            }
        ],
        "expected_reward_tokens": 9453.45,
        "profit_sb": -46.55,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "e032d0f7-a4af-4a2a-9a35-1019334354f0",
            "gambit_id": "051cd36f-4a4c-4365-b1e4-31107a564fd6",
            "last_updated": "2022-10-03T11:02:20.501626-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.34000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a7ce8c2-5d32-4fe2-9163-b6142cc20c52/?format=api"
        },
        {
            "id": "495f97f2-807d-4f53-aaf1-a9ffe6f7402e",
            "gambit_id": "4f245a93-8528-4f0d-83ec-0d56c2471bad",
            "last_updated": "2022-10-03T11:02:20.502727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "3.21000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a7ce8c2-5d32-4fe2-9163-b6142cc20c52/?format=api"
        }
    ]
}