GET /api/bet_types/791312bf-9d4f-43a9-af4b-9374cafb1d8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "791312bf-9d4f-43a9-af4b-9374cafb1d8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa4ec32a-ed09-47d2-9cf9-173436904bcd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-01T09:18:22.229726-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": "TEX",
                "amount": 6390.0
            },
            {
                "team": "SEA",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "887e9ba0-b519-4042-8c38-edfdec265b36",
            "gambit_id": "6b9ca565-0bbc-41cf-a9dd-875b1a4a4ba8",
            "last_updated": "2023-10-03T10:03:10.948302-04:00",
            "created_at": "2023-10-01T09:18:22.233861-04:00",
            "name": "TEX",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/791312bf-9d4f-43a9-af4b-9374cafb1d8d/?format=api"
        },
        {
            "id": "c68e3dcb-c371-482e-a485-fe34de440cc6",
            "gambit_id": "a0037d0a-316d-47b2-a49d-42b875ff05b9",
            "last_updated": "2023-10-03T10:03:10.954369-04:00",
            "created_at": "2023-10-01T09:18:22.240247-04:00",
            "name": "SEA",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/791312bf-9d4f-43a9-af4b-9374cafb1d8d/?format=api"
        }
    ]
}