GET /api/bet_types/fd77e265-03a5-45cd-ad19-44745ea2de41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd77e265-03a5-45cd-ad19-44745ea2de41",
    "match": "https://api-prod.gambitprofit.com/api/matches/4bd5bc1f-6174-4873-8757-43cda94e09d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-09T08:13:09.677171-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": "MIA",
                "amount": 6232.0
            },
            {
                "team": "CIN",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "2bf2c1e6-d3e1-4cf5-9952-f46ce14299af",
            "gambit_id": "f2f53ce7-13da-4b96-88ec-1f429f210d5a",
            "last_updated": "2023-08-10T10:27:57.407670-04:00",
            "created_at": "2023-08-09T08:13:09.681404-04:00",
            "name": "MIA",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd77e265-03a5-45cd-ad19-44745ea2de41/?format=api"
        },
        {
            "id": "c4fc03a9-30a6-4672-b44f-4f7fdddea401",
            "gambit_id": "4e9d5b51-c89c-4eac-a792-1db6c1ee2ccd",
            "last_updated": "2023-08-10T10:27:57.411279-04:00",
            "created_at": "2023-08-09T08:13:09.686635-04:00",
            "name": "CIN",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd77e265-03a5-45cd-ad19-44745ea2de41/?format=api"
        }
    ]
}