GET /api/bet_types/099e9bb0-c03e-4f4d-be4c-25cbf03083c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "099e9bb0-c03e-4f4d-be4c-25cbf03083c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/40b33944-a8a6-4679-999f-9659d8560806/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T09:13:07.276218-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 Over 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4984dce-02a3-4541-8755-34ddc03bf1a1",
            "gambit_id": "047226a4-8586-45e3-b1df-1a73d0d14194",
            "last_updated": "2023-12-18T10:57:59.815913-05:00",
            "created_at": "2023-12-15T09:13:07.280276-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/099e9bb0-c03e-4f4d-be4c-25cbf03083c5/?format=api"
        },
        {
            "id": "6aa060d3-66bc-4d45-935d-2a9cf60d9879",
            "gambit_id": "b4f90316-47ab-4f5b-ba70-a2fa13c307e7",
            "last_updated": "2023-12-18T10:57:59.819489-05:00",
            "created_at": "2023-12-15T09:13:07.284055-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/099e9bb0-c03e-4f4d-be4c-25cbf03083c5/?format=api"
        }
    ]
}