GET /api/bet_types/04d079df-fe73-4613-8b96-2b885e58ed58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04d079df-fe73-4613-8b96-2b885e58ed58",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fcabf2c-cff9-4da3-bb90-4f6fe7ab5812/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "11db1c61-90e5-46b9-990c-83b767a6691f",
            "gambit_id": "45def542-acf3-47f0-b91e-75838999bc0a",
            "last_updated": "2022-10-22T09:17:23.974253-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 229",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04d079df-fe73-4613-8b96-2b885e58ed58/?format=api"
        },
        {
            "id": "d36d6c5b-6fe2-470b-ae40-bed752c78c5d",
            "gambit_id": "7f73315c-72ff-406d-a67f-fb117d5d6b94",
            "last_updated": "2022-10-22T09:17:23.975252-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 229",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04d079df-fe73-4613-8b96-2b885e58ed58/?format=api"
        }
    ]
}