GET /api/bet_types/630ffdb0-a246-4789-96e3-7173df97dfeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "630ffdb0-a246-4789-96e3-7173df97dfeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf1f4257-4dcc-411d-97bf-3a4fe51e6a46/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "KAN",
                "amount": 6114.0
            },
            {
                "team": "DET",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc97d20d-54bd-4ade-8066-535fdf071ec0",
            "gambit_id": "9636d7d8-c88c-45f1-9aca-8ff6f506c46c",
            "last_updated": "2022-12-24T17:12:19.839144-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/630ffdb0-a246-4789-96e3-7173df97dfeb/?format=api"
        },
        {
            "id": "ac9bfe3a-2a50-478c-ada0-c8e7f35f0481",
            "gambit_id": "65c58d78-87c3-40a9-a7e8-5d984f860476",
            "last_updated": "2022-12-24T17:12:19.838057-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/630ffdb0-a246-4789-96e3-7173df97dfeb/?format=api"
        }
    ]
}