GET /api/bet_types/8355c9fa-ac5b-4b42-bf06-095185e3fe00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8355c9fa-ac5b-4b42-bf06-095185e3fe00",
    "match": "https://api-prod.gambitprofit.com/api/matches/14316def-8e98-456d-9d22-80a032c71ae1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-15T09:18:12.330080-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "df87d03a-5026-42ea-819c-08dcc12fd954",
            "gambit_id": "800db470-3620-45fa-bec9-8d6eddbf9776",
            "last_updated": "2023-11-17T09:28:24.914093-05:00",
            "created_at": "2023-11-15T09:18:12.334534-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8355c9fa-ac5b-4b42-bf06-095185e3fe00/?format=api"
        },
        {
            "id": "c7929ccf-622a-455d-99eb-b19da93e76c4",
            "gambit_id": "781b9ac0-9561-4dd6-be73-26f179b44fa3",
            "last_updated": "2023-11-17T09:28:24.917461-05:00",
            "created_at": "2023-11-15T09:18:12.344362-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8355c9fa-ac5b-4b42-bf06-095185e3fe00/?format=api"
        }
    ]
}