GET /api/bet_types/a0ad0442-36df-478d-966c-0991b78e8369/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0ad0442-36df-478d-966c-0991b78e8369",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d1628ab-f7a0-489f-8a14-35a35fde0e16/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-09T08:43:19.349827-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": "HOU",
                "amount": 5773.0
            },
            {
                "team": "SEA",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea9dcacd-64f7-4f52-be9c-e176eb777da7",
            "gambit_id": "775984dd-7d3f-414b-ad5f-a5038ade1e63",
            "last_updated": "2023-07-10T18:28:22.868054-04:00",
            "created_at": "2023-07-09T08:43:19.354224-04:00",
            "name": "HOU",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ad0442-36df-478d-966c-0991b78e8369/?format=api"
        },
        {
            "id": "96599830-9245-4938-ac62-feae44d60ecb",
            "gambit_id": "037eb13b-fff9-49a7-be4e-06dd1a03af33",
            "last_updated": "2023-07-10T18:28:22.866679-04:00",
            "created_at": "2023-07-09T08:43:19.351831-04:00",
            "name": "SEA",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ad0442-36df-478d-966c-0991b78e8369/?format=api"
        }
    ]
}