GET /api/bet_types/da442861-f9e7-489d-b97d-e397bb6ce93d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da442861-f9e7-489d-b97d-e397bb6ce93d",
    "match": "https://api-prod.gambitprofit.com/api/matches/048020cf-d6d2-4545-8fd3-eb64fa8b02d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:04.280497-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": "Brooklyn Nets",
                "amount": 5106.0
            },
            {
                "team": "New York Knicks",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "9352d6db-b26c-460a-a6a2-2a727e2a4a4c",
            "gambit_id": "2b948797-7957-436c-afe5-c6855dd58547",
            "last_updated": "2023-01-30T17:46:55.939784-05:00",
            "created_at": "2023-01-28T09:42:04.281765-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da442861-f9e7-489d-b97d-e397bb6ce93d/?format=api"
        },
        {
            "id": "c2c393d4-568a-4337-8ab9-96dc1e609751",
            "gambit_id": "e58d41c9-f4e5-4658-b0b2-bbf9fd3e3c74",
            "last_updated": "2023-01-30T17:46:55.941025-05:00",
            "created_at": "2023-01-28T09:42:04.283035-05:00",
            "name": "New York Knicks",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da442861-f9e7-489d-b97d-e397bb6ce93d/?format=api"
        }
    ]
}