GET /api/bet_types/a1816621-f5b6-4888-a62c-5d42870d4056/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1816621-f5b6-4888-a62c-5d42870d4056",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e4441ce-c229-498b-a34c-baf92e63636b/?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": "Washington",
                "amount": 5208.0
            },
            {
                "team": "UCLA",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e4edd92-0626-47b2-9420-bf8aba2fd608",
            "gambit_id": "c6ca8dc8-28b0-488a-8655-d944024115e9",
            "last_updated": "2022-10-01T09:12:47.603325-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1816621-f5b6-4888-a62c-5d42870d4056/?format=api"
        },
        {
            "id": "52be34c7-1bf6-49d7-af70-658df5c92c1c",
            "gambit_id": "450ac706-d52a-4569-8551-f870a567dbe4",
            "last_updated": "2022-10-01T09:12:47.602364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1816621-f5b6-4888-a62c-5d42870d4056/?format=api"
        }
    ]
}