GET /api/bet_types/6246c787-f84d-439f-8110-227df65bb86c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6246c787-f84d-439f-8110-227df65bb86c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1126ac6e-551f-4ebf-a0cf-4642585d2664/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T08:17:04.429728-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": "Miami Heat",
                "amount": 5212.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7ab983c-a49f-4a49-81bb-6dc007ce26d3",
            "gambit_id": "41a19380-4072-4dd5-86e3-0424468f74b3",
            "last_updated": "2023-02-14T09:41:54.387595-05:00",
            "created_at": "2023-02-13T08:17:04.430902-05:00",
            "name": "Miami Heat",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6246c787-f84d-439f-8110-227df65bb86c/?format=api"
        },
        {
            "id": "0be98315-a043-447d-a165-399db3cd99b3",
            "gambit_id": "1da8a653-3b25-41df-a174-822b092a1b7e",
            "last_updated": "2023-02-14T09:41:54.388778-05:00",
            "created_at": "2023-02-13T08:17:04.432179-05:00",
            "name": "Denver Nuggets",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6246c787-f84d-439f-8110-227df65bb86c/?format=api"
        }
    ]
}