GET /api/bet_types/23aefb87-a362-4a92-8bb0-c8daf15fc704/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23aefb87-a362-4a92-8bb0-c8daf15fc704",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dd26312-4e85-4a6b-9d7b-6eb0881ad50e/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 55",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 55",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "21f8b8e7-1c16-459a-941f-c1ae1a00410b",
            "gambit_id": "7f9d7cbc-b856-47fe-a8d0-0f730e66a3db",
            "last_updated": "2022-09-11T10:52:29.878812-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23aefb87-a362-4a92-8bb0-c8daf15fc704/?format=api"
        },
        {
            "id": "830a8f62-e348-4acb-bec3-b402cd6c467d",
            "gambit_id": "dee889d4-e7cd-454f-8f14-377e1fdd1b79",
            "last_updated": "2022-09-11T10:52:29.877621-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23aefb87-a362-4a92-8bb0-c8daf15fc704/?format=api"
        }
    ]
}