GET /api/bet_types/5af3ebef-0bab-466c-8aa6-b6eb9168a408/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5af3ebef-0bab-466c-8aa6-b6eb9168a408",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9843d65-d384-4251-84e8-47fee0b2cebd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T18:16:56.633420-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": "Seattle Surge",
                "amount": 5718.0
            },
            {
                "team": "Las Vegas Legion",
                "amount": 4282.0
            }
        ],
        "expected_reward_tokens": 8691.36,
        "profit_sb": -308.64,
        "profit_sb_percentage": -3.43,
        "recommended": false
    },
    "lines": [
        {
            "id": "367970ea-90a7-4dd3-b30e-1224e73d756a",
            "gambit_id": "4ce59ac1-503a-4135-97f1-9bc5e2f05270",
            "last_updated": "2023-01-20T17:57:24.843053-05:00",
            "created_at": "2023-01-12T18:16:56.634628-05:00",
            "name": "Seattle Surge",
            "reward": "1.52000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af3ebef-0bab-466c-8aa6-b6eb9168a408/?format=api"
        },
        {
            "id": "76d1a54c-0aa0-4fff-af6b-60c5b73dca87",
            "gambit_id": "08660f97-c4eb-44e4-9951-b1c35ea09246",
            "last_updated": "2023-01-20T17:57:24.844454-05:00",
            "created_at": "2023-01-12T18:16:56.635891-05:00",
            "name": "Las Vegas Legion",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af3ebef-0bab-466c-8aa6-b6eb9168a408/?format=api"
        }
    ]
}