GET /api/bet_types/6c80ebc9-02e8-4d8d-9b13-29a5aaee825f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c80ebc9-02e8-4d8d-9b13-29a5aaee825f",
    "match": "https://api-prod.gambitprofit.com/api/matches/748ef957-34b6-4811-93ec-9358c52a932d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T09:23:01.614735-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": "Golden State Warriors",
                "amount": 5788.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc6a2dc8-823d-4b77-a759-121c5801e047",
            "gambit_id": "23f868ab-c4e7-47ed-b24d-ebdd141fb6c6",
            "last_updated": "2023-10-25T10:53:04.657380-04:00",
            "created_at": "2023-10-24T09:23:01.620016-04:00",
            "name": "Golden State Warriors",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c80ebc9-02e8-4d8d-9b13-29a5aaee825f/?format=api"
        },
        {
            "id": "bee05c47-40e5-4b82-922f-6df0ca75982f",
            "gambit_id": "afae56c0-1e33-4e1a-9fbf-a51e8fae395a",
            "last_updated": "2023-10-25T10:53:04.661615-04:00",
            "created_at": "2023-10-24T09:23:01.626144-04:00",
            "name": "Phoenix Suns",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c80ebc9-02e8-4d8d-9b13-29a5aaee825f/?format=api"
        }
    ]
}