GET /api/bet_types/d36eea49-a45d-4a60-abf7-4975f2f5663b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d36eea49-a45d-4a60-abf7-4975f2f5663b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d924769a-c5d8-40c1-8ad4-60db153d0198/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:57:58.829200-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": "Arizona Cardinals",
                "amount": 5512.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebc94ce4-cd2f-456e-bb9f-d5ef0a72886c",
            "gambit_id": "83980d1b-03cf-4036-87d1-f3c8245477e6",
            "last_updated": "2023-08-29T09:27:55.554525-04:00",
            "created_at": "2023-08-24T12:57:58.832574-04:00",
            "name": "Arizona Cardinals",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d36eea49-a45d-4a60-abf7-4975f2f5663b/?format=api"
        },
        {
            "id": "4c75736d-9b8f-4735-ac78-2a0fe0e987e2",
            "gambit_id": "094ed28f-911d-4fdf-a1f5-d176fce1528e",
            "last_updated": "2023-08-29T09:27:55.558396-04:00",
            "created_at": "2023-08-24T12:57:58.837733-04:00",
            "name": "Minnesota Vikings",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d36eea49-a45d-4a60-abf7-4975f2f5663b/?format=api"
        }
    ]
}