GET /api/bet_types/e3d1771e-fc44-4b5e-8d29-fd401ca70902/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3d1771e-fc44-4b5e-8d29-fd401ca70902",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f2c9ff0-2d9f-497d-901a-3bc0d89a9e95/?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 Over 6",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "119a39c0-a050-4f73-8aea-3c9d593a3082",
            "gambit_id": "886e2f05-9a20-4766-82cc-b0eb8c8704fa",
            "last_updated": "2022-11-09T09:48:28.248896-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3d1771e-fc44-4b5e-8d29-fd401ca70902/?format=api"
        },
        {
            "id": "faecdd30-e62e-4c83-91dc-30b3bf375c8e",
            "gambit_id": "ae220edc-090d-40f2-b3bf-f12b2f5ab8e6",
            "last_updated": "2022-11-09T09:48:28.247716-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3d1771e-fc44-4b5e-8d29-fd401ca70902/?format=api"
        }
    ]
}