GET /api/bet_types/e925cac9-92a7-4b8d-ba39-903fa036a052/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e925cac9-92a7-4b8d-ba39-903fa036a052",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c679627-fca0-4696-b27a-7b1db24f6ded/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-30T08:58:10.991932-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": "TAM",
                "amount": 6090.0
            },
            {
                "team": "TOR",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5847f4c0-27f1-4a01-b6b1-594ed84e17f0",
            "gambit_id": "fc3825ac-4799-4f3e-9394-561e27e85bfa",
            "last_updated": "2023-10-02T10:48:24.080726-04:00",
            "created_at": "2023-09-30T08:58:10.996255-04:00",
            "name": "TAM",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e925cac9-92a7-4b8d-ba39-903fa036a052/?format=api"
        },
        {
            "id": "42a55871-fb49-47f7-8784-d6f5af51fea4",
            "gambit_id": "46a7548c-b55d-4ba7-a963-16df74e56f88",
            "last_updated": "2023-10-02T10:48:24.087160-04:00",
            "created_at": "2023-09-30T08:58:11.003029-04:00",
            "name": "TOR",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e925cac9-92a7-4b8d-ba39-903fa036a052/?format=api"
        }
    ]
}