GET /api/bet_types/ea232038-b4d5-496a-a066-f5e846f3aced/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea232038-b4d5-496a-a066-f5e846f3aced",
    "match": "https://api-prod.gambitprofit.com/api/matches/627ae23f-b9d1-4b9d-a818-4f1081b11259/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T09:27:59.651749-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": "MIN (P Lopez)",
                "amount": 5339.0
            },
            {
                "team": "TOR (K Gausman)",
                "amount": 4661.0
            }
        ],
        "expected_reward_tokens": 9555.05,
        "profit_sb": 55.05,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c731c17-9ae7-4b91-ac62-e030fcf762c1",
            "gambit_id": "120e22db-1295-4c72-a146-f04bc332126c",
            "last_updated": "2023-10-04T10:03:19.800209-04:00",
            "created_at": "2023-10-03T09:27:59.660325-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea232038-b4d5-496a-a066-f5e846f3aced/?format=api"
        },
        {
            "id": "36709e68-e819-4377-9bc1-cbb6235a245d",
            "gambit_id": "e5c0e2f6-1e46-4e0e-bfd6-61ec186d2862",
            "last_updated": "2023-10-04T10:03:19.796819-04:00",
            "created_at": "2023-10-03T09:27:59.656233-04:00",
            "name": "TOR (K Gausman)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea232038-b4d5-496a-a066-f5e846f3aced/?format=api"
        }
    ]
}