GET /api/bet_types/a8d4c27a-b2d8-4e9e-83fd-f0a185144126/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8d4c27a-b2d8-4e9e-83fd-f0a185144126",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecf045b8-2f35-428e-a89f-0c1b48f1a161/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 2.5",
                "amount": 5129.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4871.0
            }
        ],
        "expected_reward_tokens": 8719.09,
        "profit_sb": -280.91,
        "profit_sb_percentage": -3.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "c25814ad-9102-4059-b7d1-48731c4373ea",
            "gambit_id": "f20b72be-c30e-41f2-b868-8180ff546635",
            "last_updated": "2022-12-03T10:12:33.412201-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8d4c27a-b2d8-4e9e-83fd-f0a185144126/?format=api"
        },
        {
            "id": "e5e5dc54-5010-47cf-ad08-52b01aa609d3",
            "gambit_id": "bc7ef2f8-9a1b-4529-893a-f9814361e011",
            "last_updated": "2022-12-03T10:12:33.413247-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.79000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8d4c27a-b2d8-4e9e-83fd-f0a185144126/?format=api"
        }
    ]
}