GET /api/bet_types/c163f9ac-d460-4375-8631-6194ae8d3b30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c163f9ac-d460-4375-8631-6194ae8d3b30",
    "match": "https://api-prod.gambitprofit.com/api/matches/069af093-33ac-4829-94d4-ecf1499f6728/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T12:32:06.691398-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 Over 5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "12de3b0e-cebb-4542-885b-769bbd22c94c",
            "gambit_id": "1fbb845c-7f2d-4f36-a6f4-6b71e33b1f87",
            "last_updated": "2023-04-24T13:41:53.862153-04:00",
            "created_at": "2023-04-21T12:32:06.694438-04:00",
            "name": "Game Total Over 5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c163f9ac-d460-4375-8631-6194ae8d3b30/?format=api"
        },
        {
            "id": "9053904f-e4c5-465a-badf-88a29fbbc7db",
            "gambit_id": "076cf240-f178-4b33-bc1f-9c869868c9e7",
            "last_updated": "2023-04-24T13:41:53.859352-04:00",
            "created_at": "2023-04-21T12:32:06.692854-04:00",
            "name": "Game Total Under 5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c163f9ac-d460-4375-8631-6194ae8d3b30/?format=api"
        }
    ]
}