GET /api/bet_types/784442b9-b163-468d-a12c-b379b7329cc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "784442b9-b163-468d-a12c-b379b7329cc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/36455db7-d8d8-4d5b-927b-31a2a180483a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:01.171269-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e83125a-efba-4c67-bedc-e2e8f96bf3c0",
            "gambit_id": "e6ed3057-5fd4-4a3d-aab8-ef64bb9f22af",
            "last_updated": "2023-12-01T19:23:13.815168-05:00",
            "created_at": "2023-11-30T10:28:01.176252-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/784442b9-b163-468d-a12c-b379b7329cc6/?format=api"
        },
        {
            "id": "a4773bd7-1424-4846-ad64-16251635d1c2",
            "gambit_id": "f2796f47-d622-48c4-8a11-2b8379899b0b",
            "last_updated": "2023-12-01T19:23:13.818646-05:00",
            "created_at": "2023-11-30T10:28:01.182424-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/784442b9-b163-468d-a12c-b379b7329cc6/?format=api"
        }
    ]
}