GET /api/bet_types/51067317-b802-465e-8bb8-fc9c7fb2122d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51067317-b802-465e-8bb8-fc9c7fb2122d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e82ed090-3090-454a-88c6-7795e9d3508b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-01T09:18:20.487007-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 (B Miller)",
                "amount": 5980.0
            },
            {
                "team": "SFO (K Harrison)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "afd967eb-9571-4174-a296-41b7f493e95f",
            "gambit_id": "4d3fbad2-5220-4438-970a-45a38ac59d33",
            "last_updated": "2023-10-03T10:03:11.994057-04:00",
            "created_at": "2023-10-01T09:18:20.492040-04:00",
            "name": "LOS (B Miller)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51067317-b802-465e-8bb8-fc9c7fb2122d/?format=api"
        },
        {
            "id": "1147c9d3-6ee1-490f-8e39-82bc31f043dd",
            "gambit_id": "97638113-0eeb-4205-a672-d2c0c4f26eef",
            "last_updated": "2023-10-03T10:03:12.000872-04:00",
            "created_at": "2023-10-01T09:18:20.496226-04:00",
            "name": "SFO (K Harrison)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51067317-b802-465e-8bb8-fc9c7fb2122d/?format=api"
        }
    ]
}