GET /api/bet_types/d706ef3b-b494-44a9-a482-3c029213f196/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d706ef3b-b494-44a9-a482-3c029213f196",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5a000c1-036c-4646-a981-9ef98478d952/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-19T09:28:02.617626-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": "SEA",
                "amount": 6090.0
            },
            {
                "team": "HOU",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "20b3c342-ab11-411c-9b44-29fc1f3e7c57",
            "gambit_id": "49a54312-dcfc-4657-a186-20904cb7524e",
            "last_updated": "2023-08-21T11:03:21.409306-04:00",
            "created_at": "2023-08-19T09:28:02.622430-04:00",
            "name": "SEA",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d706ef3b-b494-44a9-a482-3c029213f196/?format=api"
        },
        {
            "id": "f9bb9c72-3b10-41ed-a605-1ac010141941",
            "gambit_id": "1945ac85-2aa9-410d-a887-1acbf7f430ca",
            "last_updated": "2023-08-21T11:03:21.412638-04:00",
            "created_at": "2023-08-19T09:28:02.627986-04:00",
            "name": "HOU",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d706ef3b-b494-44a9-a482-3c029213f196/?format=api"
        }
    ]
}