GET /api/bet_types/f0c203c3-39d0-4aad-8872-8f0cfd7144ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0c203c3-39d0-4aad-8872-8f0cfd7144ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/8155c72d-db38-4ef0-9e8d-80cda9248cb5/?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": "Cincinnati",
                "amount": 5000.0
            },
            {
                "team": "South Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "cdb92ffb-71fc-41e8-a91f-04235b54697a",
            "gambit_id": "3b229592-1da5-40fe-95d4-54260a096abc",
            "last_updated": "2022-10-11T10:57:32.985436-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-27.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0c203c3-39d0-4aad-8872-8f0cfd7144ff/?format=api"
        },
        {
            "id": "df51e973-74a4-480f-a68d-7ac5589fb5bc",
            "gambit_id": "3fbcd81d-4732-4643-8899-53213d0abaea",
            "last_updated": "2022-10-11T10:57:32.986414-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "27.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0c203c3-39d0-4aad-8872-8f0cfd7144ff/?format=api"
        }
    ]
}