GET /api/bet_types/f454f3d6-e933-4dcb-9826-b52f29dd51c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f454f3d6-e933-4dcb-9826-b52f29dd51c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce8a26e6-538d-4690-a2c8-f696148b6cff/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-15T12:27:13.540578-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": "HOU (H Brown)",
                "amount": 6173.0
            },
            {
                "team": "TEX (J Gray)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "c9346131-3c72-454c-8b54-4a4e2de0d79d",
            "gambit_id": "67ddbe72-c4a6-4646-a089-29d262ed4e9e",
            "last_updated": "2023-04-16T18:02:15.528187-04:00",
            "created_at": "2023-04-15T12:27:13.542023-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f454f3d6-e933-4dcb-9826-b52f29dd51c7/?format=api"
        },
        {
            "id": "f48c1ec3-e579-48be-ba28-24e5cbb006c6",
            "gambit_id": "a08edf17-7947-47a1-b214-5b944ac2f2a9",
            "last_updated": "2023-04-16T18:02:15.530204-04:00",
            "created_at": "2023-04-15T12:27:13.543429-04:00",
            "name": "TEX (J Gray)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f454f3d6-e933-4dcb-9826-b52f29dd51c7/?format=api"
        }
    ]
}