GET /api/bet_types/c76cf185-7ed6-4170-a435-6df92bdd6737/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c76cf185-7ed6-4170-a435-6df92bdd6737",
    "match": "https://api-prod.gambitprofit.com/api/matches/aaf9ed83-a650-4b25-a3be-a3cc4fbaf0ec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-23T09:28:13.330411-04: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": "LOS (E Sheehan)",
                "amount": 5711.0
            },
            {
                "team": "HOU (J France)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "a724ed77-dfce-455b-9f8f-1b731c37a822",
            "gambit_id": "38571cd7-02d7-4cfc-9b07-d7b7b79e1719",
            "last_updated": "2023-06-24T10:38:18.284933-04:00",
            "created_at": "2023-06-23T09:28:13.334777-04:00",
            "name": "LOS (E Sheehan)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c76cf185-7ed6-4170-a435-6df92bdd6737/?format=api"
        },
        {
            "id": "ff17beec-9e27-4e53-aa74-72256b3d110e",
            "gambit_id": "08d1bd05-a192-4c3e-927c-4c1a08151d39",
            "last_updated": "2023-06-24T10:38:18.283556-04:00",
            "created_at": "2023-06-23T09:28:13.332470-04:00",
            "name": "HOU (J France)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c76cf185-7ed6-4170-a435-6df92bdd6737/?format=api"
        }
    ]
}