GET /api/bet_types/94b6aeda-afa6-4ca6-a122-4f8ee5243cbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94b6aeda-afa6-4ca6-a122-4f8ee5243cbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7f78967-11fd-4e91-8429-90aaaabefdfa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T08:33:18.188699-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": "TAM (A Civale)",
                "amount": 5714.0
            },
            {
                "team": "DET (T Skubal)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "b052bbd6-061e-4aef-8c88-615cb5752448",
            "gambit_id": "ca769cd1-1f98-4518-90e6-996835ee3d90",
            "last_updated": "2023-08-07T15:03:06.360905-04:00",
            "created_at": "2023-08-05T08:33:18.194149-04:00",
            "name": "TAM (A Civale)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94b6aeda-afa6-4ca6-a122-4f8ee5243cbe/?format=api"
        },
        {
            "id": "14717b85-fbfa-4746-af89-ec89d7414f8d",
            "gambit_id": "5fbfae3d-4227-4115-bd0a-94a8fed021e1",
            "last_updated": "2023-08-07T15:03:06.364416-04:00",
            "created_at": "2023-08-05T08:33:18.217891-04:00",
            "name": "DET (T Skubal)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94b6aeda-afa6-4ca6-a122-4f8ee5243cbe/?format=api"
        }
    ]
}