GET /api/bet_types/467d91c7-8728-4d21-854f-67eb40952a9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "467d91c7-8728-4d21-854f-67eb40952a9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7c4d61f-21dd-4aa7-88ab-662b43ea9fc2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-05T09:22:22.981054-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "11fae481-42b7-4af2-8c86-4bd69aa3a325",
            "gambit_id": "19678661-81a7-45d9-bb66-ea351b29c072",
            "last_updated": "2023-04-06T21:36:59.706521-04:00",
            "created_at": "2023-04-05T09:22:22.983142-04:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467d91c7-8728-4d21-854f-67eb40952a9d/?format=api"
        },
        {
            "id": "58b565c7-bd3b-4c40-a92a-1c195f451f65",
            "gambit_id": "23fc2324-0a01-48b3-ba7a-33ef5b55adf3",
            "last_updated": "2023-04-06T21:36:59.708630-04:00",
            "created_at": "2023-04-05T09:22:22.985074-04:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467d91c7-8728-4d21-854f-67eb40952a9d/?format=api"
        }
    ]
}