GET /api/bet_types/686175c1-28f7-4b8d-9ee5-583642e514d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "686175c1-28f7-4b8d-9ee5-583642e514d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d16a5a8-3ecc-4074-a414-9fb48d5359b1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:33:04.356569-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": "cc77c7e1-cfa0-4ebd-8678-11f0e1a106e6",
            "gambit_id": "1a1cb58c-a79a-4565-8cf5-44cd9c4cc326",
            "last_updated": "2023-09-15T16:13:16.259305-04:00",
            "created_at": "2023-09-14T09:33:04.360632-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/686175c1-28f7-4b8d-9ee5-583642e514d8/?format=api"
        },
        {
            "id": "2bc5d863-5474-44cc-b010-c28eda98740c",
            "gambit_id": "ecba2b1b-c8a4-459f-bf7c-b5ceb799d0ae",
            "last_updated": "2023-09-15T16:13:16.262434-04:00",
            "created_at": "2023-09-14T09:33:04.364899-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/686175c1-28f7-4b8d-9ee5-583642e514d8/?format=api"
        }
    ]
}