GET /api/bet_types/3b8d28a1-fa5e-4ef2-94d7-bc2fd7887d86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b8d28a1-fa5e-4ef2-94d7-bc2fd7887d86",
    "match": "https://api-prod.gambitprofit.com/api/matches/41700d8b-6308-453b-9a02-c6ba02667863/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:11.465160-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 11.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 11.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7e69f74-0a55-49fa-b5e4-f884559b1379",
            "gambit_id": "8a38b5c7-a624-4464-90e1-15df3348d101",
            "last_updated": "2023-04-10T14:27:25.747111-04:00",
            "created_at": "2023-04-09T09:27:11.471906-04:00",
            "name": "Game Total Over 11.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b8d28a1-fa5e-4ef2-94d7-bc2fd7887d86/?format=api"
        },
        {
            "id": "fdf3bf86-9d2a-4b29-ac33-57c793c2b1f7",
            "gambit_id": "de2c6810-342d-4c56-a3c4-fad26d35dfff",
            "last_updated": "2023-04-10T14:27:25.743526-04:00",
            "created_at": "2023-04-09T09:27:11.468237-04:00",
            "name": "Game Total Under 11.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b8d28a1-fa5e-4ef2-94d7-bc2fd7887d86/?format=api"
        }
    ]
}