GET /api/bet_types/281270fa-2345-4c1d-8f48-fcf82c20bf8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "281270fa-2345-4c1d-8f48-fcf82c20bf8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9edd49c-9657-41b5-bd75-77ed511d07fa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-02T10:32:07.530349-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 Under 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "367d7178-8d0a-459c-b3ed-c6d326763cea",
            "gambit_id": "dae1fdb0-c7c5-4215-b53d-f698ddfba35d",
            "last_updated": "2023-06-04T13:22:20.285292-04:00",
            "created_at": "2023-06-02T10:32:07.534129-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/281270fa-2345-4c1d-8f48-fcf82c20bf8c/?format=api"
        },
        {
            "id": "ab4feba0-1f34-4de0-8e94-08d64d56b240",
            "gambit_id": "1f32a1e1-ca14-4b92-8dbb-3d414e0e79b2",
            "last_updated": "2023-06-04T13:22:20.283283-04:00",
            "created_at": "2023-06-02T10:32:07.532400-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/281270fa-2345-4c1d-8f48-fcf82c20bf8c/?format=api"
        }
    ]
}