GET /api/bet_types/f031079f-64da-4c0a-ad84-f7278ba34652/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f031079f-64da-4c0a-ad84-f7278ba34652",
    "match": "https://api-prod.gambitprofit.com/api/matches/c21033a2-bad3-4c23-b162-3c0804105347/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:07.789597-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "19829212-7b01-4f00-9c9d-7f14c188692c",
            "gambit_id": "cd850af3-b122-4c54-9e6e-cadd6bbee3eb",
            "last_updated": "2023-11-13T13:53:05.087540-05:00",
            "created_at": "2023-11-11T08:53:07.793814-05:00",
            "name": "Game Total Over 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f031079f-64da-4c0a-ad84-f7278ba34652/?format=api"
        },
        {
            "id": "13008349-544b-4f77-ac47-0681fc8a0b69",
            "gambit_id": "6b4caae9-d8c8-4305-be6e-5b80a60baa11",
            "last_updated": "2023-11-13T13:53:05.090786-05:00",
            "created_at": "2023-11-11T08:53:07.798024-05:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f031079f-64da-4c0a-ad84-f7278ba34652/?format=api"
        }
    ]
}