GET /api/bet_types/0eaf35ca-5afc-40c0-851e-91e43af7b24a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0eaf35ca-5afc-40c0-851e-91e43af7b24a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ef88a5f-c44e-4e44-9356-f8114428ef64/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-29T09:13:12.970912-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": "Miami Heat",
                "amount": 5423.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "967a7b78-342e-42c4-8d93-b0be11d47bc8",
            "gambit_id": "26fd9049-ba95-4641-a64e-4b14058eaa7e",
            "last_updated": "2024-01-31T10:18:29.349240-05:00",
            "created_at": "2024-01-29T09:13:12.982016-05:00",
            "name": "Miami Heat",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eaf35ca-5afc-40c0-851e-91e43af7b24a/?format=api"
        },
        {
            "id": "73466019-7522-48a4-bc7c-0841344c89f3",
            "gambit_id": "9b31403c-bb5f-4cbc-8a93-615a563d4874",
            "last_updated": "2024-01-31T10:18:29.345085-05:00",
            "created_at": "2024-01-29T09:13:12.976447-05:00",
            "name": "Phoenix Suns",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eaf35ca-5afc-40c0-851e-91e43af7b24a/?format=api"
        }
    ]
}