GET /api/bet_types/0931de0f-8a56-4ef6-af6d-90976e14da5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0931de0f-8a56-4ef6-af6d-90976e14da5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e676f4f5-7060-4cd0-a472-f3c7e5cd3ea2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T08:16:56.738156-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": "Gilbert Burns",
                "amount": 7776.0
            },
            {
                "team": "Neil Magny",
                "amount": 2224.0
            }
        ],
        "expected_reward_tokens": 9407.52,
        "profit_sb": -92.48,
        "profit_sb_percentage": -0.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3a71dfe-4e84-404d-8886-652ed8c423c2",
            "gambit_id": "c35bd396-0f29-4622-b0c9-bfabc2971916",
            "last_updated": "2023-01-23T11:47:06.520128-05:00",
            "created_at": "2023-01-21T08:16:56.739421-05:00",
            "name": "Gilbert Burns",
            "reward": "1.21000",
            "odds": "1.21280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0931de0f-8a56-4ef6-af6d-90976e14da5d/?format=api"
        },
        {
            "id": "7852b06e-be0f-4a0f-8f44-1d6374bb0c54",
            "gambit_id": "50a47202-d955-4013-91b1-eb4770958911",
            "last_updated": "2023-01-23T11:47:06.521463-05:00",
            "created_at": "2023-01-21T08:16:56.740716-05:00",
            "name": "Neil Magny",
            "reward": "4.23000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0931de0f-8a56-4ef6-af6d-90976e14da5d/?format=api"
        }
    ]
}