GET /api/bet_types/5379e287-2bab-4be1-a434-bb1742f7f052/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5379e287-2bab-4be1-a434-bb1742f7f052",
    "match": "https://api-prod.gambitprofit.com/api/matches/2542e603-f1ff-4490-b1d3-41c2ac118b35/?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": "SFO",
                "amount": 5110.0
            },
            {
                "team": "ATL",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "315be40d-2b5b-4328-8b6c-9857d95d65aa",
            "gambit_id": "08b2fc4a-6406-4523-a7e9-41bc659e7447",
            "last_updated": "2022-09-13T22:47:03.724750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5379e287-2bab-4be1-a434-bb1742f7f052/?format=api"
        },
        {
            "id": "97b065b8-115d-4127-b37f-ac5f7804f2fa",
            "gambit_id": "f45a3c2a-6c1d-47fb-8e1e-c6db0dea205d",
            "last_updated": "2022-09-13T22:47:03.725778-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5379e287-2bab-4be1-a434-bb1742f7f052/?format=api"
        }
    ]
}