GET /api/bet_types/f9930b1f-a4f3-41e2-a4f7-6a2f9eb7be4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9930b1f-a4f3-41e2-a4f7-6a2f9eb7be4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/de1177a4-0765-445b-83ac-a6516ee988e4/?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": "MAD Lions",
                "amount": 5380.0
            },
            {
                "team": "Rogue",
                "amount": 4620.0
            }
        ],
        "expected_reward_tokens": 8823.2,
        "profit_sb": -176.8,
        "profit_sb_percentage": -1.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "f330d3ea-711f-4cba-9aad-405a7bb962f0",
            "gambit_id": "936534db-af75-4cc3-b626-2b6b19fbb281",
            "last_updated": "2022-08-08T12:16:54.302616-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MAD Lions",
            "reward": "1.64000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9930b1f-a4f3-41e2-a4f7-6a2f9eb7be4b/?format=api"
        },
        {
            "id": "9442f486-1b2a-42b6-a6d0-7dfbba2f4bac",
            "gambit_id": "60ceb127-e385-4679-97e0-edb6616494ce",
            "last_updated": "2022-08-08T12:16:54.302068-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rogue",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9930b1f-a4f3-41e2-a4f7-6a2f9eb7be4b/?format=api"
        }
    ]
}