GET /api/bet_types/9825b5b4-9af9-4c57-90a6-c8f89e5cab48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9825b5b4-9af9-4c57-90a6-c8f89e5cab48",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2214336-6d88-4570-8727-8d0817830e9d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:09.819778-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": "Game Total Under 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7dbfba24-36ea-459d-8552-20c128212fd5",
            "gambit_id": "881b35de-e42f-4413-a82b-481ac5cc5379",
            "last_updated": "2023-05-10T15:32:07.297824-04:00",
            "created_at": "2023-05-09T11:07:09.821895-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9825b5b4-9af9-4c57-90a6-c8f89e5cab48/?format=api"
        },
        {
            "id": "3724c2ae-a313-4222-8a6e-9a81955b754f",
            "gambit_id": "b6353fc1-c7cf-4d3a-9ed2-ec0c8ba3f0b2",
            "last_updated": "2023-05-10T15:32:07.299892-04:00",
            "created_at": "2023-05-09T11:07:09.823877-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9825b5b4-9af9-4c57-90a6-c8f89e5cab48/?format=api"
        }
    ]
}