GET /api/bet_types/31c1594f-1c7d-4303-8b20-163bb2155f0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31c1594f-1c7d-4303-8b20-163bb2155f0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d616729-933f-4513-8114-cd30adfc1071/?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": "TEX",
                "amount": 5664.0
            },
            {
                "team": "LAA",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3b5c5d0-bfd5-433a-aa5e-12d54a48402e",
            "gambit_id": "709c2c6a-f604-4ea0-9ec6-ea5a42e14793",
            "last_updated": "2022-10-02T15:17:08.329656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c1594f-1c7d-4303-8b20-163bb2155f0e/?format=api"
        },
        {
            "id": "d7cd4500-4adc-46e4-82a2-760ba2305b3f",
            "gambit_id": "12e47152-dcde-4c3d-a350-2383d1c919bb",
            "last_updated": "2022-10-02T15:17:08.328641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c1594f-1c7d-4303-8b20-163bb2155f0e/?format=api"
        }
    ]
}