GET /api/bet_types/e35c94dd-f438-41f2-afa6-783f1d52794c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e35c94dd-f438-41f2-afa6-783f1d52794c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7578ae43-25d2-4a48-b8f3-5d247139cf9a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:58:00.072185-04: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": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "927f5539-2cfe-4206-a01c-41528aa0284d",
            "gambit_id": "15cc9a83-8776-4073-8441-5b46003241a3",
            "last_updated": "2023-08-29T09:23:25.723779-04:00",
            "created_at": "2023-08-24T12:58:00.075740-04:00",
            "name": "Miami Dolphins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e35c94dd-f438-41f2-afa6-783f1d52794c/?format=api"
        },
        {
            "id": "797e5313-7877-456f-8887-2d892276131b",
            "gambit_id": "36821a28-0db2-4915-a4e9-c58306d3fc0a",
            "last_updated": "2023-08-29T09:23:25.727051-04:00",
            "created_at": "2023-08-24T12:58:00.079771-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e35c94dd-f438-41f2-afa6-783f1d52794c/?format=api"
        }
    ]
}