GET /api/bet_types/780f5d6e-db9b-45f9-aeed-952a18865999/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "780f5d6e-db9b-45f9-aeed-952a18865999",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cef0df1-b16f-4921-9279-812183127419/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T09:13:06.804584-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 Over 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "984425ad-e8af-4e13-ad78-7aef7942286c",
            "gambit_id": "2d9a4303-f3ac-4658-8a71-004be9ba1e23",
            "last_updated": "2023-12-18T11:03:05.092584-05:00",
            "created_at": "2023-12-15T09:13:06.808722-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/780f5d6e-db9b-45f9-aeed-952a18865999/?format=api"
        },
        {
            "id": "44ede676-92af-4915-aaa1-10746fce4fec",
            "gambit_id": "9e78ce76-79a6-45f2-961f-0d68ed5ef81a",
            "last_updated": "2023-12-18T11:03:05.096011-05:00",
            "created_at": "2023-12-15T09:13:06.813505-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/780f5d6e-db9b-45f9-aeed-952a18865999/?format=api"
        }
    ]
}