GET /api/bet_types/ecd07efb-2b66-49e4-afdd-1a02dfee09d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecd07efb-2b66-49e4-afdd-1a02dfee09d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e40d1054-2100-46ef-a0be-a69af1dce492/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T11:18:15.072167-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": "CHC (J Wicks)",
                "amount": 5776.0
            },
            {
                "team": "SFO (A Wood)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e125a6d-96fe-401e-9632-4cab079d4529",
            "gambit_id": "73724d6e-5196-4f51-b18a-0711f4e6b1ed",
            "last_updated": "2023-09-08T09:32:56.137578-04:00",
            "created_at": "2023-09-06T11:18:15.084772-04:00",
            "name": "CHC (J Wicks)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd07efb-2b66-49e4-afdd-1a02dfee09d4/?format=api"
        },
        {
            "id": "6a151275-abda-4f89-a97e-7740a29971eb",
            "gambit_id": "022422e3-00e4-48c8-9ccb-81b982da1615",
            "last_updated": "2023-09-08T09:32:56.134364-04:00",
            "created_at": "2023-09-06T11:18:15.077563-04:00",
            "name": "SFO (A Wood)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd07efb-2b66-49e4-afdd-1a02dfee09d4/?format=api"
        }
    ]
}