GET /api/bet_types/8ffcb69a-07f3-4581-9c3b-a3063c960e31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ffcb69a-07f3-4581-9c3b-a3063c960e31",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e3992a3-99e6-4951-be74-04c733d6bca5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-31T10:13:03.904927-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 Over 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d0607cc-9007-47eb-80b5-6a9374548f17",
            "gambit_id": "87e90f1a-f410-4d6f-a737-17604530893f",
            "last_updated": "2024-01-02T10:28:11.198434-05:00",
            "created_at": "2023-12-31T10:13:03.912020-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ffcb69a-07f3-4581-9c3b-a3063c960e31/?format=api"
        },
        {
            "id": "f5ad4c8f-5139-4a9d-8e15-853ef7d862cb",
            "gambit_id": "ef5f5ac1-2f18-4472-b898-7406419549b8",
            "last_updated": "2024-01-02T10:28:11.201711-05:00",
            "created_at": "2023-12-31T10:13:03.916383-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ffcb69a-07f3-4581-9c3b-a3063c960e31/?format=api"
        }
    ]
}