GET /api/bet_types/7aef5ff1-b42a-44cc-8ee0-0a0c698f25bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7aef5ff1-b42a-44cc-8ee0-0a0c698f25bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/65ab16e7-e69e-4b48-81cf-0326c1edff94/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:12:58.226417-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 7",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f12ae2e-f686-4ba8-8734-de9518ee37c1",
            "gambit_id": "5b11a3b6-6e40-48c5-bd57-4078b9afc652",
            "last_updated": "2023-12-26T15:33:14.064233-05:00",
            "created_at": "2023-12-23T09:12:58.233991-05:00",
            "name": "Game Total Under 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aef5ff1-b42a-44cc-8ee0-0a0c698f25bc/?format=api"
        },
        {
            "id": "048ebcff-0b0e-4193-b514-1a6095435696",
            "gambit_id": "4f338cf1-e3c4-490a-a15c-a192beaa4912",
            "last_updated": "2023-12-26T15:33:14.061218-05:00",
            "created_at": "2023-12-23T09:12:58.229827-05:00",
            "name": "Game Total Over 7",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aef5ff1-b42a-44cc-8ee0-0a0c698f25bc/?format=api"
        }
    ]
}