GET /api/bet_types/ffe15287-1e42-4a6b-b122-e4627f317921/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffe15287-1e42-4a6b-b122-e4627f317921",
    "match": "https://api-prod.gambitprofit.com/api/matches/2df24eef-7e1b-4799-bf60-292fed6c233a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-20T09:48:10.191458-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 Under 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "32c46fc4-d27d-4451-97ea-5a62fee7ee39",
            "gambit_id": "119cbd1c-6a07-481d-8360-5fd672018bba",
            "last_updated": "2023-11-21T14:43:25.056997-05:00",
            "created_at": "2023-11-20T09:48:10.220950-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffe15287-1e42-4a6b-b122-e4627f317921/?format=api"
        },
        {
            "id": "07397ef6-9a84-44e7-8a93-be602022d873",
            "gambit_id": "4d63a47b-b37d-4ae2-af2f-069c5217f068",
            "last_updated": "2023-11-21T14:43:25.053423-05:00",
            "created_at": "2023-11-20T09:48:10.194748-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffe15287-1e42-4a6b-b122-e4627f317921/?format=api"
        }
    ]
}