GET /api/bet_types/88e35bf8-d1b1-4366-a275-1af507a55de9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88e35bf8-d1b1-4366-a275-1af507a55de9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e26c6b66-5d4a-48dc-a8f6-6636c8061016/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-18T17:02:15.729358-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": "Total Rounds Over 2.5",
                "amount": 6177.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3823.0
            }
        ],
        "expected_reward_tokens": 9327.27,
        "profit_sb": -172.73,
        "profit_sb_percentage": -1.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "775fb990-cf33-4b23-9977-1f4e2163365f",
            "gambit_id": "28c00adc-e6c7-49ef-acfd-79bfabaed8c7",
            "last_updated": "2023-03-20T09:56:56.740796-04:00",
            "created_at": "2023-03-18T17:02:15.732241-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88e35bf8-d1b1-4366-a275-1af507a55de9/?format=api"
        },
        {
            "id": "8c107f87-44db-474b-b9de-e05fffb239fb",
            "gambit_id": "df8e0062-6936-4e5e-860f-5d82a7d78b3b",
            "last_updated": "2023-03-20T09:56:56.737836-04:00",
            "created_at": "2023-03-18T17:02:15.730887-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88e35bf8-d1b1-4366-a275-1af507a55de9/?format=api"
        }
    ]
}