GET /api/bet_types/9f22373c-7536-40c3-9ff1-eb61ca92b7db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f22373c-7536-40c3-9ff1-eb61ca92b7db",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f9f452c-9af7-477a-bd51-4316ce9f0734/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:03:01.902411-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": "Orlando Magic",
                "amount": 5512.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "62cb1fcc-b952-4499-898e-63eb8c87a15c",
            "gambit_id": "c278a538-5c86-48f1-88dc-be29144bbd38",
            "last_updated": "2023-12-28T18:38:10.138808-05:00",
            "created_at": "2023-12-27T09:03:01.912642-05:00",
            "name": "Orlando Magic",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f22373c-7536-40c3-9ff1-eb61ca92b7db/?format=api"
        },
        {
            "id": "c9f86814-8ad5-43a7-99cc-f89b69e28920",
            "gambit_id": "0023cd9b-7bf3-4e63-b1f0-9e0aad26f4e2",
            "last_updated": "2023-12-28T18:38:10.135446-05:00",
            "created_at": "2023-12-27T09:03:01.907754-05:00",
            "name": "Philadelphia 76ers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f22373c-7536-40c3-9ff1-eb61ca92b7db/?format=api"
        }
    ]
}