GET /api/bet_types/a15dea3c-31a7-4d18-9139-e63122dc0673/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a15dea3c-31a7-4d18-9139-e63122dc0673",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa338c80-128e-48df-927c-513301221c0c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:46:52.230574-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": 5867.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "453e07fc-d1f0-4a99-99ea-cb492f09a606",
            "gambit_id": "9a8958da-a77c-4c61-9e20-3ca63e272671",
            "last_updated": "2023-03-11T16:02:10.190153-05:00",
            "created_at": "2023-03-10T08:46:52.231783-05:00",
            "name": "Miami Heat",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a15dea3c-31a7-4d18-9139-e63122dc0673/?format=api"
        },
        {
            "id": "201bf52f-1717-4c49-a0ec-8748aa776215",
            "gambit_id": "afb62431-2e52-41c3-bba3-9d8feac8fdd2",
            "last_updated": "2023-03-11T16:02:10.191318-05:00",
            "created_at": "2023-03-10T08:46:52.233071-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a15dea3c-31a7-4d18-9139-e63122dc0673/?format=api"
        }
    ]
}