GET /api/bet_types/9f924217-3b28-4de2-811a-4fd1f0394855/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f924217-3b28-4de2-811a-4fd1f0394855",
    "match": "https://api-prod.gambitprofit.com/api/matches/78a8cbe2-791f-4177-bbb8-e647d2be3642/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-23T12:41:49.247452-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8fc639b-a59b-49b2-ad89-c333156874f2",
            "gambit_id": "bde77ac8-5937-4f8e-b319-cb4dffcd662b",
            "last_updated": "2023-04-24T13:02:14.515496-04:00",
            "created_at": "2023-04-23T12:41:49.249266-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f924217-3b28-4de2-811a-4fd1f0394855/?format=api"
        },
        {
            "id": "a96b32c2-fa4b-4170-922c-2c0d33b16ec3",
            "gambit_id": "0f8bcf66-e271-4fbd-a6bc-402c13f4a38c",
            "last_updated": "2023-04-24T13:02:14.518411-04:00",
            "created_at": "2023-04-23T12:41:49.251019-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f924217-3b28-4de2-811a-4fd1f0394855/?format=api"
        }
    ]
}