GET /api/bet_types/69a2bf71-5f8f-440c-9a39-a43b4a489364/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69a2bf71-5f8f-440c-9a39-a43b4a489364",
    "match": "https://api-prod.gambitprofit.com/api/matches/52d08f75-ce7b-4a18-ae79-2ffe4426e648/?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": "CLE (C Quantrill)",
                "amount": 5378.0
            },
            {
                "team": "TEX (G Otto)",
                "amount": 4622.0
            }
        ],
        "expected_reward_tokens": 9196.38,
        "profit_sb": 196.38,
        "profit_sb_percentage": 2.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "cfecf02a-66f1-4481-b109-04de0219c993",
            "gambit_id": "2fe08cef-858a-4986-b0c2-eed49217360c",
            "last_updated": "2022-09-25T21:46:55.559319-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (C Quantrill)",
            "reward": "1.71000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69a2bf71-5f8f-440c-9a39-a43b4a489364/?format=api"
        },
        {
            "id": "ebc3e36e-149b-4587-97c2-c208f6c5f30a",
            "gambit_id": "6304f046-59d5-45cc-8c73-06ae7b85cc77",
            "last_updated": "2022-09-25T21:46:55.558071-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (G Otto)",
            "reward": "1.99000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69a2bf71-5f8f-440c-9a39-a43b4a489364/?format=api"
        }
    ]
}