GET /api/bet_types/d84723e5-2f83-4202-b937-1e2d8ef2702c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d84723e5-2f83-4202-b937-1e2d8ef2702c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c71357e-f1e0-4be7-9824-4882a397121c/?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": "BOS (K Crawford)",
                "amount": 5308.0
            },
            {
                "team": "TEX (D Dunning)",
                "amount": 4692.0
            }
        ],
        "expected_reward_tokens": 9289.0,
        "profit_sb": 289.0,
        "profit_sb_percentage": 3.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "addec49e-b381-4498-90db-3dc68dc797a5",
            "gambit_id": "206ac2b2-bd0b-49ff-8de6-3e151a415647",
            "last_updated": "2022-12-24T17:12:08.156349-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (K Crawford)",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84723e5-2f83-4202-b937-1e2d8ef2702c/?format=api"
        },
        {
            "id": "398847ae-cedf-4ec7-aa83-834a5900c31f",
            "gambit_id": "24aafc83-583c-4ae5-aa9f-91313ba12ea6",
            "last_updated": "2022-12-24T17:12:08.157469-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (D Dunning)",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84723e5-2f83-4202-b937-1e2d8ef2702c/?format=api"
        }
    ]
}