GET /api/bet_types/40d9b976-1342-4af7-8504-d5dd0f78630f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40d9b976-1342-4af7-8504-d5dd0f78630f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b4e7390-6449-4580-9dbb-64fa9d71684d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-24T09:42:07.280028-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": "Sacramento Kings",
                "amount": 6020.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d691255-f36c-419b-bf01-c13c3cfc89b0",
            "gambit_id": "05a80b96-9d05-41e9-80fd-4ba99b04b8e6",
            "last_updated": "2023-03-26T13:37:06.538188-04:00",
            "created_at": "2023-03-24T09:42:07.281697-04:00",
            "name": "Sacramento Kings",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40d9b976-1342-4af7-8504-d5dd0f78630f/?format=api"
        },
        {
            "id": "3ec80c34-9f65-4482-a7ce-9d5f566c8f63",
            "gambit_id": "051133c9-c6a1-4ca1-a820-d7dafd104a71",
            "last_updated": "2023-03-26T13:37:06.540285-04:00",
            "created_at": "2023-03-24T09:42:07.283245-04:00",
            "name": "Phoenix Suns",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40d9b976-1342-4af7-8504-d5dd0f78630f/?format=api"
        }
    ]
}