GET /api/bet_types/6219fce4-4234-4ef9-bbe3-f433b2c1e82e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6219fce4-4234-4ef9-bbe3-f433b2c1e82e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6970f29-3912-4ccd-8eb3-d58cda730678/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-04T10:23:14.032613-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "46601746-0d58-4c17-9b9d-594d2596f959",
            "gambit_id": "0382db9b-6d25-4736-ac20-0127c9353a71",
            "last_updated": "2023-07-05T18:58:29.742445-04:00",
            "created_at": "2023-07-04T10:23:14.037924-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6219fce4-4234-4ef9-bbe3-f433b2c1e82e/?format=api"
        },
        {
            "id": "832c8605-565e-4391-97c6-d7ab70b06adf",
            "gambit_id": "43feed5e-0356-49b9-a022-ef914921a159",
            "last_updated": "2023-07-05T18:58:29.739623-04:00",
            "created_at": "2023-07-04T10:23:14.035108-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6219fce4-4234-4ef9-bbe3-f433b2c1e82e/?format=api"
        }
    ]
}