GET /api/bet_types/621a306f-d083-460f-91bd-4ef25e37310b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "621a306f-d083-460f-91bd-4ef25e37310b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0bded6d-705e-4167-98cd-54420e57d998/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T09:47:54.767359-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.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "a811ab83-1450-42e4-b77a-545f77c2e5a0",
            "gambit_id": "3c6efadb-7b26-4956-83f3-44ad944ba283",
            "last_updated": "2023-12-02T09:38:00.516973-05:00",
            "created_at": "2023-12-01T09:47:54.771535-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/621a306f-d083-460f-91bd-4ef25e37310b/?format=api"
        },
        {
            "id": "aa36e967-e416-45cd-b641-5c64341add4b",
            "gambit_id": "f98c912d-37f3-48b5-a669-8884a092f83a",
            "last_updated": "2023-12-02T09:38:00.522178-05:00",
            "created_at": "2023-12-01T09:47:54.790644-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/621a306f-d083-460f-91bd-4ef25e37310b/?format=api"
        }
    ]
}