GET /api/bet_types/15e901e5-b239-464f-b099-a108fdd697f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15e901e5-b239-464f-b099-a108fdd697f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e1e878a-7aaf-4f3e-94df-118441cf5ebf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T10:08:14.880626-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": "KAN",
                "amount": 5599.0
            },
            {
                "team": "BAL",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "31cdd68d-2854-4c01-811d-403bd38cb886",
            "gambit_id": "ba90c6f0-ea7d-4d79-9166-244fdcc1dcb0",
            "last_updated": "2023-06-12T18:48:17.578589-04:00",
            "created_at": "2023-06-11T10:08:14.882920-04:00",
            "name": "KAN",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e901e5-b239-464f-b099-a108fdd697f2/?format=api"
        },
        {
            "id": "e47a23d8-1778-4067-87af-b618738e6e47",
            "gambit_id": "3719cf59-db25-4ff2-8d60-8ea8c6073661",
            "last_updated": "2023-06-12T18:48:17.580539-04:00",
            "created_at": "2023-06-11T10:08:14.884700-04:00",
            "name": "BAL",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e901e5-b239-464f-b099-a108fdd697f2/?format=api"
        }
    ]
}