GET /api/bet_types/d09a61f6-024d-40b7-b4bc-ce1c6a1bd942/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d09a61f6-024d-40b7-b4bc-ce1c6a1bd942",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ba6289e-dc3e-406f-8d32-4f9bab038543/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-25T09:23:05.399384-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": "Colorado Avalanche",
                "amount": 6010.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c044062-6a22-4b84-ad46-feef142774c0",
            "gambit_id": "1baa5e49-1810-4d9b-b67f-f2e1c602e529",
            "last_updated": "2023-11-27T10:13:22.249413-05:00",
            "created_at": "2023-11-25T09:23:05.408124-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d09a61f6-024d-40b7-b4bc-ce1c6a1bd942/?format=api"
        },
        {
            "id": "062298de-eab5-45c7-8f53-d231029b7734",
            "gambit_id": "da3fed46-d67f-4ec6-bf6c-35bac98a7103",
            "last_updated": "2023-11-27T10:13:22.245898-05:00",
            "created_at": "2023-11-25T09:23:05.404123-05:00",
            "name": "Calgary Flames",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d09a61f6-024d-40b7-b4bc-ce1c6a1bd942/?format=api"
        }
    ]
}