GET /api/bet_types/a9fd32fb-a5ed-47f2-b595-16e434e7bee2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9fd32fb-a5ed-47f2-b595-16e434e7bee2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce6ada04-1f36-4937-b49a-d531d5d86550/?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": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9222.84,
        "profit_sb": -277.16,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc5a7087-b250-4d80-8549-4af44c53e3a1",
            "gambit_id": "7c870be7-c6f2-4681-bc99-3cc3d3786fe3",
            "last_updated": "2022-10-12T10:32:01.304868-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9fd32fb-a5ed-47f2-b595-16e434e7bee2/?format=api"
        },
        {
            "id": "90db527d-3764-4c0d-b6c6-86b45fae5f28",
            "gambit_id": "c4c712bd-1e3e-48cb-8fae-1a35ccd17454",
            "last_updated": "2022-10-12T10:32:01.306070-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.87000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9fd32fb-a5ed-47f2-b595-16e434e7bee2/?format=api"
        }
    ]
}