GET /api/bet_types/a2c0081c-b9cf-4c43-a1ee-5eafb1deaa1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2c0081c-b9cf-4c43-a1ee-5eafb1deaa1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/19065aae-0fdb-4262-b0e4-8210cb980e74/?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": "TOR (Y Kikuchi)",
                "amount": 5423.0
            },
            {
                "team": "BAL (J Lyles)",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": 381.79,
        "profit_sb_percentage": 4.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd5b59b2-6abc-41f0-8217-925d0b25d547",
            "gambit_id": "c277f382-887f-491d-a197-bcb45be0a16b",
            "last_updated": "2022-08-09T09:42:03.370271-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2c0081c-b9cf-4c43-a1ee-5eafb1deaa1d/?format=api"
        },
        {
            "id": "63ce394d-a9ce-4d1e-a3a8-a533d3d09c82",
            "gambit_id": "a885f0c9-2d53-46e6-b2d6-7bee890c3537",
            "last_updated": "2022-08-09T09:42:03.369838-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (J Lyles)",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2c0081c-b9cf-4c43-a1ee-5eafb1deaa1d/?format=api"
        }
    ]
}