GET /api/bet_types/4afb73e9-dd86-4f74-90f3-7698fe822a80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4afb73e9-dd86-4f74-90f3-7698fe822a80",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbe39f11-dd5f-4b82-8992-a08d426d367a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-05T14:28:17.014437-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": "Total Rounds Over 2.5",
                "amount": 5585.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4415.0
            }
        ],
        "expected_reward_tokens": 9271.1,
        "profit_sb": -228.9,
        "profit_sb_percentage": -2.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "3306c660-c5eb-4ba4-b4b6-8155b72bdf83",
            "gambit_id": "4e191bb6-d34c-4b30-9a22-f7657744ee61",
            "last_updated": "2023-08-07T15:13:08.267646-04:00",
            "created_at": "2023-08-05T14:28:17.019063-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4afb73e9-dd86-4f74-90f3-7698fe822a80/?format=api"
        },
        {
            "id": "09fda042-40e5-4293-a0e4-a123095c5ffc",
            "gambit_id": "94d49db0-e153-4051-99a0-f9272783d89a",
            "last_updated": "2023-08-07T15:13:08.271342-04:00",
            "created_at": "2023-08-05T14:28:17.024353-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4afb73e9-dd86-4f74-90f3-7698fe822a80/?format=api"
        }
    ]
}