GET /api/bet_types/d627bb7c-ad18-4d0c-a68b-3bd92996c09a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d627bb7c-ad18-4d0c-a68b-3bd92996c09a",
    "match": "https://api-prod.gambitprofit.com/api/matches/407af7d4-7f00-4073-9f8f-326506bc2674/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-08T08:28:07.001721-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 Over 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a75c10e1-679f-4c37-8635-73dcc05a42e2",
            "gambit_id": "f96990aa-9e6d-4217-a3aa-507fd6a9f33d",
            "last_updated": "2023-08-10T10:23:24.266360-04:00",
            "created_at": "2023-08-08T08:28:07.015170-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d627bb7c-ad18-4d0c-a68b-3bd92996c09a/?format=api"
        },
        {
            "id": "1906fbe6-14cc-44ab-b909-a604ab65f39c",
            "gambit_id": "1550bd99-26f3-4c6c-887c-f2514b3aa80a",
            "last_updated": "2023-08-10T10:23:24.269904-04:00",
            "created_at": "2023-08-08T08:28:07.028003-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d627bb7c-ad18-4d0c-a68b-3bd92996c09a/?format=api"
        }
    ]
}