GET /api/bet_types/59f93533-cb5e-40bf-8e6c-57ef62a9b9eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59f93533-cb5e-40bf-8e6c-57ef62a9b9eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/bdec6961-8168-4d53-8f49-a825b4871a3e/?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.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "400f0cf2-8ebe-4fdd-b828-a487ceb9fbf3",
            "gambit_id": "1c622a49-5a9b-4ec4-b612-a620b3768591",
            "last_updated": "2022-11-16T09:52:14.753388-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59f93533-cb5e-40bf-8e6c-57ef62a9b9eb/?format=api"
        },
        {
            "id": "f1055022-a185-4bc8-a5cd-a7c49143d575",
            "gambit_id": "e50f82f7-cd95-40b5-afd5-2d5b1d777870",
            "last_updated": "2022-11-16T09:52:14.752269-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59f93533-cb5e-40bf-8e6c-57ef62a9b9eb/?format=api"
        }
    ]
}