GET /api/bet_types/b6df87b9-4d5a-4356-9689-5cd2ff38b321/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6df87b9-4d5a-4356-9689-5cd2ff38b321",
    "match": "https://api-prod.gambitprofit.com/api/matches/6eda885f-b0ea-4226-b2b4-b74456a9a854/?format=api",
    "name": "Play the Odds",
    "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": "PHI",
                "amount": 6173.0
            },
            {
                "team": "HOU",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "59501946-49b1-4e73-ae24-112e3953dc1f",
            "gambit_id": "73838d7d-ca84-41e4-a8cf-ef8582b0a4fa",
            "last_updated": "2022-10-30T14:04:33.760638-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6df87b9-4d5a-4356-9689-5cd2ff38b321/?format=api"
        },
        {
            "id": "2022bab2-c8ba-4398-a34d-30201b46797c",
            "gambit_id": "253cd759-e55b-4efe-b01e-0a7a97afd11b",
            "last_updated": "2022-10-30T14:04:33.759696-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6df87b9-4d5a-4356-9689-5cd2ff38b321/?format=api"
        }
    ]
}