GET /api/bet_types/81f66c4f-1088-40f1-86ad-da849c906150/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81f66c4f-1088-40f1-86ad-da849c906150",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfdf24b1-af31-437f-b2b9-ebad12990b1d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T19:03:22.666874-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": "ARI (Z Gallen)",
                "amount": 5260.0
            },
            {
                "team": "HOU (J Urquidy)",
                "amount": 4740.0
            }
        ],
        "expected_reward_tokens": 9573.2,
        "profit_sb": 73.2,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "4cf0041b-c188-452a-9e3e-ddf612b15aa3",
            "gambit_id": "744d76a4-8495-43f1-87dd-e20a35357737",
            "last_updated": "2023-09-30T10:48:16.686198-04:00",
            "created_at": "2023-09-29T19:03:22.678200-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81f66c4f-1088-40f1-86ad-da849c906150/?format=api"
        },
        {
            "id": "6ad87436-f804-4458-9442-5b481cb669a2",
            "gambit_id": "ba7c59bd-672f-4f87-aa71-33353375df26",
            "last_updated": "2023-09-30T10:48:16.683054-04:00",
            "created_at": "2023-09-29T19:03:22.672998-04:00",
            "name": "HOU (J Urquidy)",
            "reward": "2.02000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81f66c4f-1088-40f1-86ad-da849c906150/?format=api"
        }
    ]
}