GET /api/bet_types/44b18387-895b-4d65-90ac-7a0ae7a29bf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44b18387-895b-4d65-90ac-7a0ae7a29bf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/88834ccf-65d7-4453-9d81-71cadcf2b88f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-19T12:17:09.493161-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": "TOR (J Berrios)",
                "amount": 5234.0
            },
            {
                "team": "HOU (L Garcia)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8f27c11-623a-4141-8e56-8a639d62a5c6",
            "gambit_id": "852d16d4-7963-4669-807d-e71f977d9cc4",
            "last_updated": "2023-04-20T11:42:17.042039-04:00",
            "created_at": "2023-04-19T12:17:09.497963-04:00",
            "name": "TOR (J Berrios)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44b18387-895b-4d65-90ac-7a0ae7a29bf2/?format=api"
        },
        {
            "id": "b2d86534-88c3-4e5b-8360-a313a08270ff",
            "gambit_id": "dd84261a-02aa-4e66-91ed-12c24f122022",
            "last_updated": "2023-04-20T11:42:17.040550-04:00",
            "created_at": "2023-04-19T12:17:09.495316-04:00",
            "name": "HOU (L Garcia)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44b18387-895b-4d65-90ac-7a0ae7a29bf2/?format=api"
        }
    ]
}