GET /api/bet_types/5d16018e-8e6f-45d9-ae14-800fdaac0518/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d16018e-8e6f-45d9-ae14-800fdaac0518",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6ca17e4-ad6e-4591-a1df-bb1c30581f65/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-01T09:22:01.811163-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 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3891e97-af59-402d-a5fb-99a8d247faab",
            "gambit_id": "a373879f-bf6b-4f68-ab05-51312df9e508",
            "last_updated": "2023-01-02T12:47:01.182197-05:00",
            "created_at": "2023-01-01T09:22:01.812360-05:00",
            "name": "Game Total Under 52",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d16018e-8e6f-45d9-ae14-800fdaac0518/?format=api"
        },
        {
            "id": "cd91e2c5-0a5c-4754-932c-31ba13585488",
            "gambit_id": "94ac9b5b-cf1b-4f8f-9e30-679ad60d8b93",
            "last_updated": "2023-01-02T12:47:01.183347-05:00",
            "created_at": "2023-01-01T09:22:01.813586-05:00",
            "name": "Game Total Over 52",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d16018e-8e6f-45d9-ae14-800fdaac0518/?format=api"
        }
    ]
}