GET /api/bet_types/2715dd50-e01a-4bc6-915d-8a7ef05969bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2715dd50-e01a-4bc6-915d-8a7ef05969bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/623f7ae8-3242-4619-8e97-9986c63283b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:18.393007-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": "Seattle Sea Dragons",
                "amount": 5000.0
            },
            {
                "team": "Houston Roughnecks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "def54f56-8b9e-43b7-853a-0ae36d3cd95d",
            "gambit_id": "c4b667b4-24b9-42fa-8721-63bd93ad35b6",
            "last_updated": "2023-03-17T11:57:07.075440-04:00",
            "created_at": "2023-03-16T17:37:18.394493-04:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2715dd50-e01a-4bc6-915d-8a7ef05969bf/?format=api"
        },
        {
            "id": "8ab84077-3989-4073-a1fb-c07eb54a4cc5",
            "gambit_id": "1b3b3031-a78a-48a4-bc39-94f297a1e6cb",
            "last_updated": "2023-03-17T11:57:07.076449-04:00",
            "created_at": "2023-03-16T17:37:18.396035-04:00",
            "name": "Houston Roughnecks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2715dd50-e01a-4bc6-915d-8a7ef05969bf/?format=api"
        }
    ]
}