GET /api/bet_types/7704caf2-9164-4c3a-92b8-21e38130afba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7704caf2-9164-4c3a-92b8-21e38130afba",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c8f38f7-74b3-49b1-b556-b10a08bea775/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:20.499419-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 Under 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f45e555-5d30-4531-a2d3-7f5ada1aa936",
            "gambit_id": "671aff6f-1e96-45cb-affa-3b0f93ff0eca",
            "last_updated": "2023-03-20T10:07:02.645205-04:00",
            "created_at": "2023-03-16T17:37:20.500949-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7704caf2-9164-4c3a-92b8-21e38130afba/?format=api"
        },
        {
            "id": "b6fdf8e7-1fb2-492c-9758-6881dc39297a",
            "gambit_id": "221e0a85-5830-49c7-a0b2-453912eca473",
            "last_updated": "2023-03-20T10:07:02.646903-04:00",
            "created_at": "2023-03-16T17:37:20.502649-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7704caf2-9164-4c3a-92b8-21e38130afba/?format=api"
        }
    ]
}