GET /api/bet_types/0f1f96a3-1394-4689-9f6d-262f002e3f95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f1f96a3-1394-4689-9f6d-262f002e3f95",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c1303d3-6d5e-4457-b0aa-658cb6e61a4c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-01T12:27:15.591333-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "153412c6-2ae2-474b-8356-7d6eafd9e673",
            "gambit_id": "ddd9346c-b0fe-41d8-b1f7-6026fe7e8d17",
            "last_updated": "2023-05-02T11:52:08.862175-04:00",
            "created_at": "2023-05-01T12:27:15.593062-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f1f96a3-1394-4689-9f6d-262f002e3f95/?format=api"
        },
        {
            "id": "8165f1dc-4d5c-40dc-85d9-c9ea8631a672",
            "gambit_id": "0b559963-a3a7-44ec-95d8-62968daca975",
            "last_updated": "2023-05-02T11:52:08.863502-04:00",
            "created_at": "2023-05-01T12:27:15.594837-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f1f96a3-1394-4689-9f6d-262f002e3f95/?format=api"
        }
    ]
}