GET /api/bet_types/a2a7d1a6-71a0-4b56-826f-a630c810db50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2a7d1a6-71a0-4b56-826f-a630c810db50",
    "match": "https://api-prod.gambitprofit.com/api/matches/a93ed76d-d4c4-4e06-96af-f1fa87405d23/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-04T12:16:55.248350-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "898382d4-9d77-4c73-bacf-2d96a81b1aa6",
            "gambit_id": "46129fc8-3e61-47a1-807a-c99cdd2f2eec",
            "last_updated": "2023-06-05T10:57:26.306998-04:00",
            "created_at": "2023-06-04T12:16:55.250165-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2a7d1a6-71a0-4b56-826f-a630c810db50/?format=api"
        },
        {
            "id": "6e5a70d0-d91b-41a1-a087-5584ccf65436",
            "gambit_id": "7b1d890a-04c3-46d4-956a-f82cc3871f96",
            "last_updated": "2023-06-05T10:57:26.308995-04:00",
            "created_at": "2023-06-04T12:16:55.252133-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2a7d1a6-71a0-4b56-826f-a630c810db50/?format=api"
        }
    ]
}