GET /api/bet_types/eecb3db3-22c0-45f9-a25c-32a6274afd53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eecb3db3-22c0-45f9-a25c-32a6274afd53",
    "match": "https://api-prod.gambitprofit.com/api/matches/2631d580-83f6-4b48-bf03-ba97a0f3884b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-11T13:01:48.718165-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 Over 2.5",
                "amount": 5785.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4215.0
            }
        ],
        "expected_reward_tokens": 9313.85,
        "profit_sb": -186.15,
        "profit_sb_percentage": -1.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "8010950c-ec97-47cf-a213-d8c8a1e45a2e",
            "gambit_id": "c4d2daea-a6dc-4bdf-aee8-90622d0b9c31",
            "last_updated": "2023-02-12T10:51:47.920737-05:00",
            "created_at": "2023-02-11T13:01:48.722987-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eecb3db3-22c0-45f9-a25c-32a6274afd53/?format=api"
        },
        {
            "id": "af382630-2823-4935-bd90-a6971ead790b",
            "gambit_id": "f98979ed-d6b4-4c28-9b27-379eedf3ed1c",
            "last_updated": "2023-02-12T10:51:47.919508-05:00",
            "created_at": "2023-02-11T13:01:48.719730-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eecb3db3-22c0-45f9-a25c-32a6274afd53/?format=api"
        }
    ]
}