GET /api/bet_types/bbecf55c-2afa-4503-88e0-0f3a0b7ca25c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbecf55c-2afa-4503-88e0-0f3a0b7ca25c",
    "match": "https://api-prod.gambitprofit.com/api/matches/175dd8c9-19b1-4e61-8944-100d6673a6a3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T11:18:02.849838-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 35.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 35.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "404ed725-f79b-4881-8d50-3e8e3f335b6c",
            "gambit_id": "8afc48e7-5bac-43df-bb36-f37b6adc6792",
            "last_updated": "2023-11-13T15:33:01.733979-05:00",
            "created_at": "2023-11-10T11:18:02.858207-05:00",
            "name": "Game Total Over 35.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "35.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbecf55c-2afa-4503-88e0-0f3a0b7ca25c/?format=api"
        },
        {
            "id": "199b6531-27db-4a66-8698-7cc00e16d5e8",
            "gambit_id": "4270a920-a0c2-4439-afe9-956000baa80d",
            "last_updated": "2023-11-13T15:33:01.737235-05:00",
            "created_at": "2023-11-10T11:18:02.854009-05:00",
            "name": "Game Total Under 35.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "35.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbecf55c-2afa-4503-88e0-0f3a0b7ca25c/?format=api"
        }
    ]
}