GET /api/bet_types/628d2ffc-303e-4155-bc9f-32a778586655/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "628d2ffc-303e-4155-bc9f-32a778586655",
    "match": "https://api-prod.gambitprofit.com/api/matches/41029fb9-ad04-495d-9328-b7b97192fe9d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-09T09:47:57.829652-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 5.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab4d26ef-bd2a-40bd-b297-96fd013bcc61",
            "gambit_id": "0600b5fc-c253-463a-af76-a56774fceddd",
            "last_updated": "2023-11-12T11:13:42.529397-05:00",
            "created_at": "2023-11-09T09:47:57.838373-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/628d2ffc-303e-4155-bc9f-32a778586655/?format=api"
        },
        {
            "id": "c934618b-7db7-4d51-a85b-e239aaa42ced",
            "gambit_id": "ccbca387-a3ec-4ef2-9e11-f76074d73bc0",
            "last_updated": "2023-11-12T11:13:42.525342-05:00",
            "created_at": "2023-11-09T09:47:57.833754-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/628d2ffc-303e-4155-bc9f-32a778586655/?format=api"
        }
    ]
}