GET /api/bet_types/b9e690eb-a802-4d11-80c7-f5b08fc96bd3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9e690eb-a802-4d11-80c7-f5b08fc96bd3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e784c15d-fdd3-495c-8d9b-546915f6b07a/?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 Under 8.5",
                "amount": 5108.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": -205.2,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "986dc527-9c90-4d6b-b172-2db8ba2fe15f",
            "gambit_id": "96659d58-f753-424b-be97-a4a612ae6e6a",
            "last_updated": "2022-10-02T15:17:31.622946-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9e690eb-a802-4d11-80c7-f5b08fc96bd3/?format=api"
        },
        {
            "id": "7af3f348-1976-4cf0-b740-f710fbf5f9f7",
            "gambit_id": "d84b7fc1-35f1-4ea1-ba37-b0f2eae6ce44",
            "last_updated": "2022-10-02T15:17:31.624144-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9e690eb-a802-4d11-80c7-f5b08fc96bd3/?format=api"
        }
    ]
}