GET /api/bet_types/9ac7423f-4dc1-405f-b7ea-916f1be5196a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ac7423f-4dc1-405f-b7ea-916f1be5196a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4df8d427-c36c-4324-8e6b-cdc637236501/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-07T11:33:28.703575-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b22434ea-9102-49d2-850c-8d42911f51f8",
            "gambit_id": "06dbb6cb-f01d-4184-ae76-eb7b9f30e436",
            "last_updated": "2023-07-09T20:23:22.335888-04:00",
            "created_at": "2023-07-07T11:33:28.705276-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac7423f-4dc1-405f-b7ea-916f1be5196a/?format=api"
        },
        {
            "id": "74d77258-d0b5-445e-b79e-a0b5f6b0429e",
            "gambit_id": "60d24278-7d48-42fa-8800-888d6087501e",
            "last_updated": "2023-07-09T20:23:22.338650-04:00",
            "created_at": "2023-07-07T11:33:28.707042-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac7423f-4dc1-405f-b7ea-916f1be5196a/?format=api"
        }
    ]
}