GET /api/bet_types/6d08c9ae-0134-4997-9f60-91780f1c66d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d08c9ae-0134-4997-9f60-91780f1c66d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/f40a0a12-eac5-4e64-9f04-052906590611/?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 2.5",
                "amount": 5410.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4590.0
            }
        ],
        "expected_reward_tokens": 9088.2,
        "profit_sb": -411.8,
        "profit_sb_percentage": -4.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "41216169-ef87-41a6-a75d-c6dd777fa8c1",
            "gambit_id": "099e442d-6643-43a0-9da7-4028adbfc42b",
            "last_updated": "2022-10-27T12:02:06.736689-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d08c9ae-0134-4997-9f60-91780f1c66d4/?format=api"
        },
        {
            "id": "2288d04f-9c85-475a-8160-d29dbdf33348",
            "gambit_id": "c0e41272-2172-45a4-84a0-7f845829c8e0",
            "last_updated": "2022-10-27T12:02:06.735503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d08c9ae-0134-4997-9f60-91780f1c66d4/?format=api"
        }
    ]
}