GET /api/bet_types/6f600f15-4f9f-44ad-90ae-cba1aae4df9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f600f15-4f9f-44ad-90ae-cba1aae4df9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd18ce3-3d7b-4beb-b7d1-0fd0ff70b1e2/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "ARI (Z Gallen)",
                "amount": 5959.0
            },
            {
                "team": "MIL (J Alexander)",
                "amount": 4041.0
            }
        ],
        "expected_reward_tokens": 9294.3,
        "profit_sb": 294.3,
        "profit_sb_percentage": 3.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "80b8a9c3-8921-445a-aaa0-ac73a57476c4",
            "gambit_id": "e0462b90-ee22-436f-a5db-5b73da18cc5c",
            "last_updated": "2022-09-05T13:32:05.812531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f600f15-4f9f-44ad-90ae-cba1aae4df9c/?format=api"
        },
        {
            "id": "b8eebd3a-c900-489d-9b7c-15871a2662b5",
            "gambit_id": "81cecd83-4f6a-47ca-9927-0a9f319fe49d",
            "last_updated": "2022-09-05T13:32:05.813495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (J Alexander)",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f600f15-4f9f-44ad-90ae-cba1aae4df9c/?format=api"
        }
    ]
}