GET /api/bet_types/6f529943-368a-418a-9414-958df3473efb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f529943-368a-418a-9414-958df3473efb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7abe4f5-e098-40c2-bf0c-8f6cbfa2e333/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T08:57:02.206916-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": "CHC",
                "amount": 5317.0
            },
            {
                "team": "SEA",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0c354dd-8b64-4d18-b2c0-ed79b8b5c117",
            "gambit_id": "67296894-288c-4a1b-a24a-9807e9d5a6e8",
            "last_updated": "2023-04-11T13:22:04.672768-04:00",
            "created_at": "2023-04-10T08:57:02.209497-04:00",
            "name": "CHC",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f529943-368a-418a-9414-958df3473efb/?format=api"
        },
        {
            "id": "5d1e2ec5-ecab-40ee-85a7-8ef07389a976",
            "gambit_id": "04ad09cf-e49e-4d83-a1d2-621e10242efe",
            "last_updated": "2023-04-11T13:22:04.675253-04:00",
            "created_at": "2023-04-10T08:57:02.212320-04:00",
            "name": "SEA",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f529943-368a-418a-9414-958df3473efb/?format=api"
        }
    ]
}