GET /api/bet_types/2809aa95-fcf5-4659-a7c3-eb256f00576a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2809aa95-fcf5-4659-a7c3-eb256f00576a",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdb62ca0-33e7-4891-a4d3-85c90b3950ca/?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": "St Louis Blues",
                "amount": 6862.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "230b5d54-d348-4925-af02-4b53b4be6168",
            "gambit_id": "ddb37c6f-43ba-4b09-9dfd-3c083dc841db",
            "last_updated": "2022-10-27T11:57:05.833238-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2809aa95-fcf5-4659-a7c3-eb256f00576a/?format=api"
        },
        {
            "id": "b4708ff1-4f16-47a5-bac1-269b7a557052",
            "gambit_id": "d0b35250-5c29-4418-9e2d-760e5fd1486d",
            "last_updated": "2022-10-27T11:57:05.834221-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2809aa95-fcf5-4659-a7c3-eb256f00576a/?format=api"
        }
    ]
}