GET /api/bet_types/d8a023e3-ef5c-4b4d-ae3e-45a1441cd3fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8a023e3-ef5c-4b4d-ae3e-45a1441cd3fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe06e7ba-f8d9-4471-aa09-320c2ffc6756/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-24T12:58:15.204321-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 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": "bd0bcfac-4450-4b22-b229-5f36780c6d13",
            "gambit_id": "25b7f808-f64d-41bc-97e0-11a986b3b18f",
            "last_updated": "2023-09-26T09:58:06.218349-04:00",
            "created_at": "2023-09-24T12:58:15.228659-04: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/d8a023e3-ef5c-4b4d-ae3e-45a1441cd3fc/?format=api"
        },
        {
            "id": "fd8b4faa-e41c-4aab-905c-6054d890a8bb",
            "gambit_id": "a91b2990-e065-4eba-b0c5-a91e95715da1",
            "last_updated": "2023-09-26T09:58:06.214662-04:00",
            "created_at": "2023-09-24T12:58:15.222323-04: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/d8a023e3-ef5c-4b4d-ae3e-45a1441cd3fc/?format=api"
        }
    ]
}