GET /api/bet_types/8a70ad81-0035-44c4-9560-3248ee889131/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a70ad81-0035-44c4-9560-3248ee889131",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7a3e6c0-9017-4ef5-978a-3f9b61b57357/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-04T09:43:04.937440-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 Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c42178a2-73ab-4409-bfbc-255124773a79",
            "gambit_id": "9b8febf9-d24d-4242-af72-627a7dab2a3a",
            "last_updated": "2023-07-05T18:58:29.269754-04:00",
            "created_at": "2023-07-04T09:43:04.939386-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a70ad81-0035-44c4-9560-3248ee889131/?format=api"
        },
        {
            "id": "09b0a085-1f18-42fb-b873-01a74e92d687",
            "gambit_id": "60c966ee-54ef-4451-a999-d67d7fd797a7",
            "last_updated": "2023-07-05T18:58:29.272838-04:00",
            "created_at": "2023-07-04T09:43:04.941205-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a70ad81-0035-44c4-9560-3248ee889131/?format=api"
        }
    ]
}