GET /api/bet_types/531e77dc-376f-4214-ada2-0a7bff213c25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "531e77dc-376f-4214-ada2-0a7bff213c25",
    "match": "https://api-prod.gambitprofit.com/api/matches/21eef325-2a45-44af-b13a-17186f1d3f15/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T10:53:07.238657-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": "Total Rounds Under 2.5",
                "amount": 5493.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4507.0
            }
        ],
        "expected_reward_tokens": 9283.17,
        "profit_sb": -216.83,
        "profit_sb_percentage": -2.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfd40f97-61c0-4472-b634-a268c1ed8824",
            "gambit_id": "85f58bea-bb59-47dc-8510-55788c343fd7",
            "last_updated": "2023-12-12T10:48:19.295867-05:00",
            "created_at": "2023-12-08T10:53:07.246574-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/531e77dc-376f-4214-ada2-0a7bff213c25/?format=api"
        },
        {
            "id": "2c76a901-b81a-4af1-82dc-0deed6397745",
            "gambit_id": "e38ff955-2778-468c-b06e-d442cef9068c",
            "last_updated": "2023-12-12T10:48:19.292701-05:00",
            "created_at": "2023-12-08T10:53:07.242521-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/531e77dc-376f-4214-ada2-0a7bff213c25/?format=api"
        }
    ]
}