GET /api/bet_types/b79cc3c0-5efa-48e2-94fa-b0546d489d2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b79cc3c0-5efa-48e2-94fa-b0546d489d2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/86878079-558b-49bd-b7fb-0395e8d47c52/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:42:00.372705-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": "DET",
                "amount": 6020.0
            },
            {
                "team": "CLE",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "199a0178-0f80-44fd-8282-01e4452cb936",
            "gambit_id": "4328dffd-03a7-412b-b69f-8a5462dea1eb",
            "last_updated": "2023-04-24T18:37:04.576130-04:00",
            "created_at": "2023-04-17T11:42:00.375136-04:00",
            "name": "DET",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b79cc3c0-5efa-48e2-94fa-b0546d489d2c/?format=api"
        },
        {
            "id": "d164e4b6-2ec2-4b4a-91a5-c32b64eba81d",
            "gambit_id": "02c31c1d-1833-4e52-87e7-78d2bbc89eaf",
            "last_updated": "2023-04-24T18:37:04.578376-04:00",
            "created_at": "2023-04-17T11:42:00.377623-04:00",
            "name": "CLE",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b79cc3c0-5efa-48e2-94fa-b0546d489d2c/?format=api"
        }
    ]
}