GET /api/bet_types/daef11ae-d272-4dee-a52c-2f83bd53e678/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "daef11ae-d272-4dee-a52c-2f83bd53e678",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6f56e15-aaa3-4c7f-b1e7-97636bc65ac9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T09:08:00.540187-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 11.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 11.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c20d9a7-3cd7-4d43-95ee-1a0909cf4888",
            "gambit_id": "9815496d-c9c3-42a5-840f-9d2d191fc232",
            "last_updated": "2023-09-29T10:08:20.241061-04:00",
            "created_at": "2023-09-28T09:08:00.544661-04:00",
            "name": "Game Total Over 11.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daef11ae-d272-4dee-a52c-2f83bd53e678/?format=api"
        },
        {
            "id": "e0641b10-b22f-4d00-912b-efb0c2d28311",
            "gambit_id": "cb7d2f4c-99af-4144-adb5-d462ddf36873",
            "last_updated": "2023-09-29T10:08:20.244240-04:00",
            "created_at": "2023-09-28T09:08:00.549077-04:00",
            "name": "Game Total Under 11.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daef11ae-d272-4dee-a52c-2f83bd53e678/?format=api"
        }
    ]
}