GET /api/bet_types/91d694d4-ce7b-4547-8ee9-cbba984c939b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91d694d4-ce7b-4547-8ee9-cbba984c939b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9e89165-bc2f-4c53-949c-bf3f48cc1f5b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-26T12:02:13.228546-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2218901f-9ab1-4054-9bcb-ea2d9823100b",
            "gambit_id": "6552fec2-418b-47ad-927b-698a3d31c765",
            "last_updated": "2023-04-27T11:52:10.362698-04:00",
            "created_at": "2023-04-26T12:02:13.231275-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91d694d4-ce7b-4547-8ee9-cbba984c939b/?format=api"
        },
        {
            "id": "c5514e85-bda1-4cd4-9473-3e3d6917eb3f",
            "gambit_id": "bb27fa7c-7b4c-467d-a377-e35bd1ced78d",
            "last_updated": "2023-04-27T11:52:10.361409-04:00",
            "created_at": "2023-04-26T12:02:13.229886-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91d694d4-ce7b-4547-8ee9-cbba984c939b/?format=api"
        }
    ]
}