GET /api/bet_types/1bfcabd7-24aa-4f6e-aa80-b7a136da8a30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bfcabd7-24aa-4f6e-aa80-b7a136da8a30",
    "match": "https://api-prod.gambitprofit.com/api/matches/28639be9-601c-496a-8b5f-b204ef774c88/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:05.342698-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": "Chicago Bulls",
                "amount": 5610.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "806c2c8a-add6-4dfa-9707-315a2fd723aa",
            "gambit_id": "fadecdf8-4727-4fe9-8929-ab0138d38847",
            "last_updated": "2023-01-30T17:46:58.069151-05:00",
            "created_at": "2023-01-28T09:42:05.345383-05:00",
            "name": "Chicago Bulls",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfcabd7-24aa-4f6e-aa80-b7a136da8a30/?format=api"
        },
        {
            "id": "5aef0ec6-4740-44b3-96e6-39c6bbba475e",
            "gambit_id": "04f36b32-1c41-4f80-aae3-719340c365b6",
            "last_updated": "2023-01-30T17:46:58.067991-05:00",
            "created_at": "2023-01-28T09:42:05.343903-05:00",
            "name": "Orlando Magic",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfcabd7-24aa-4f6e-aa80-b7a136da8a30/?format=api"
        }
    ]
}