GET /api/bet_types/0d24ae2a-3175-4789-9acd-dc0573716be9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d24ae2a-3175-4789-9acd-dc0573716be9",
    "match": "https://api-prod.gambitprofit.com/api/matches/caa347dd-e436-4573-bc5b-88692cf98699/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-02T09:37:06.478286-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b005a60e-a05a-4a7a-806d-d473d70709a0",
            "gambit_id": "e01c1fd2-a88f-459e-b70b-d93e7c910d7f",
            "last_updated": "2023-02-03T10:11:50.509053-05:00",
            "created_at": "2023-02-02T09:37:06.479815-05:00",
            "name": "Denver Nuggets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d24ae2a-3175-4789-9acd-dc0573716be9/?format=api"
        },
        {
            "id": "91c39f5e-4d9a-415f-b655-cbff0f389299",
            "gambit_id": "61786eba-f704-48da-a96e-70ab4c638470",
            "last_updated": "2023-02-03T10:11:50.510358-05:00",
            "created_at": "2023-02-02T09:37:06.481254-05:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d24ae2a-3175-4789-9acd-dc0573716be9/?format=api"
        }
    ]
}