GET /api/bet_types/946c7cd3-cdfa-4eba-a71e-d5a1d22d04b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "946c7cd3-cdfa-4eba-a71e-d5a1d22d04b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a6828fa-d155-47b6-81bf-0fbac37631d4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-04T09:43:03.610046-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 Under 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c1dd6be-dcc4-493d-9348-793942846128",
            "gambit_id": "5db13d56-8384-478b-87bf-a40996a73753",
            "last_updated": "2023-07-05T19:03:30.595146-04:00",
            "created_at": "2023-07-04T09:43:03.615001-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/946c7cd3-cdfa-4eba-a71e-d5a1d22d04b3/?format=api"
        },
        {
            "id": "d61e3caa-f7c1-458d-b5f9-425ce44fa602",
            "gambit_id": "8785f431-94c0-4c59-aad0-15a11340c1c8",
            "last_updated": "2023-07-05T19:03:30.592526-04:00",
            "created_at": "2023-07-04T09:43:03.612619-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/946c7cd3-cdfa-4eba-a71e-d5a1d22d04b3/?format=api"
        }
    ]
}