GET /api/bet_types/a4eade72-a0ef-416d-a116-20b241b0cc1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4eade72-a0ef-416d-a116-20b241b0cc1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d09cb34-8c53-483f-b2da-ec488be0580a/?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": "Alabama",
                "amount": 5000.0
            },
            {
                "team": "Texas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ac727e1-2f1d-495b-8fe6-b0c81b2dccf6",
            "gambit_id": "2bf63642-08bb-4442-9b01-b036072a9991",
            "last_updated": "2022-09-11T11:12:11.704639-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4eade72-a0ef-416d-a116-20b241b0cc1e/?format=api"
        },
        {
            "id": "8982cf6e-9e18-40eb-bc34-4b77f080de52",
            "gambit_id": "5790a60d-d7f5-478a-8892-e9312142c967",
            "last_updated": "2022-09-11T11:12:11.703686-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4eade72-a0ef-416d-a116-20b241b0cc1e/?format=api"
        }
    ]
}