GET /api/bet_types/4f5056f0-0a3b-4a96-becf-6d56c2189d98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f5056f0-0a3b-4a96-becf-6d56c2189d98",
    "match": "https://api-prod.gambitprofit.com/api/matches/b190be0c-5b4b-47fa-9728-cb34d40b387e/?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": "DET",
                "amount": 5313.0
            },
            {
                "team": "SFO",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3bbf9af-fe05-4750-97a3-991777f12808",
            "gambit_id": "4336e4e8-50d2-4df2-b3f9-5bace38f29e9",
            "last_updated": "2022-08-25T10:22:12.511159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f5056f0-0a3b-4a96-becf-6d56c2189d98/?format=api"
        },
        {
            "id": "34189460-19e0-491c-8097-093f18f9a166",
            "gambit_id": "3b47bd69-e5c1-4cbd-80b3-f2373178035d",
            "last_updated": "2022-08-25T10:22:12.511590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f5056f0-0a3b-4a96-becf-6d56c2189d98/?format=api"
        }
    ]
}