GET /api/bet_types/4e061cb9-f4fa-4cc2-ac7b-651b5094413f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e061cb9-f4fa-4cc2-ac7b-651b5094413f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c431939-75ce-451d-b051-819e9c262b38/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T13:52:00.282776-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "09806c69-d420-4446-997d-688cb4e29041",
            "gambit_id": "18c3e783-ecbc-4a14-a025-389308f64ae8",
            "last_updated": "2023-04-09T16:07:03.951333-04:00",
            "created_at": "2023-04-02T13:52:00.287192-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e061cb9-f4fa-4cc2-ac7b-651b5094413f/?format=api"
        },
        {
            "id": "81326863-ca2b-4fa0-8e5e-2b51904718db",
            "gambit_id": "6f15de10-a664-4879-a335-5b6e78e142b8",
            "last_updated": "2023-04-09T16:07:03.947428-04:00",
            "created_at": "2023-04-02T13:52:00.285144-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e061cb9-f4fa-4cc2-ac7b-651b5094413f/?format=api"
        }
    ]
}