GET /api/bet_types/3dc1f9c9-70cf-4a8d-ac9b-00374d777cf4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dc1f9c9-70cf-4a8d-ac9b-00374d777cf4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9edd49c-9657-41b5-bd75-77ed511d07fa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:07.522275-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": "LAA",
                "amount": 6308.0
            },
            {
                "team": "HOU",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "8481acc1-a740-431f-843b-1b2a848af178",
            "gambit_id": "2c409193-430c-4096-a0f6-dfab76bc5415",
            "last_updated": "2023-06-04T13:22:20.277187-04:00",
            "created_at": "2023-06-02T10:32:07.524946-04:00",
            "name": "LAA",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc1f9c9-70cf-4a8d-ac9b-00374d777cf4/?format=api"
        },
        {
            "id": "82a3ba88-b3c4-4a80-b95b-a7cfec944584",
            "gambit_id": "3a336b4f-c190-4334-831d-ab2938722d5e",
            "last_updated": "2023-06-04T13:22:20.279192-04:00",
            "created_at": "2023-06-02T10:32:07.527686-04:00",
            "name": "HOU",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc1f9c9-70cf-4a8d-ac9b-00374d777cf4/?format=api"
        }
    ]
}