GET /api/bet_types/1eb6de9e-c6c0-4a26-9a2f-9057c9ec6cd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1eb6de9e-c6c0-4a26-9a2f-9057c9ec6cd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/07a5cdca-a967-42b1-b247-b5fe9bbd5778/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Utah",
                "amount": 5000.0
            },
            {
                "team": "Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "d639e4db-1d19-46a0-bcd9-fe7dc64b1325",
            "gambit_id": "c10afa8c-f9b1-4da8-95cc-aa37f0a165c2",
            "last_updated": "2022-09-05T09:42:20.016090-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eb6de9e-c6c0-4a26-9a2f-9057c9ec6cd8/?format=api"
        },
        {
            "id": "508b326b-141f-4ea8-94cd-e19c0bc5b417",
            "gambit_id": "8d811999-2845-447d-b827-f31e62d08f16",
            "last_updated": "2022-09-05T09:42:20.015113-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eb6de9e-c6c0-4a26-9a2f-9057c9ec6cd8/?format=api"
        }
    ]
}