GET /api/bet_types/2c4f9c44-dd44-46c6-9674-f090d628bacb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c4f9c44-dd44-46c6-9674-f090d628bacb",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8504c0a-6159-435d-a53e-5e7b91bdbf0b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:16.849012-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": 5319.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "816efc46-670e-4fd2-81d4-9146c3a5d6fb",
            "gambit_id": "26946f7a-6d88-45c0-82bb-008ed3df102c",
            "last_updated": "2023-04-14T12:02:20.067242-04:00",
            "created_at": "2023-04-13T09:32:16.850541-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4f9c44-dd44-46c6-9674-f090d628bacb/?format=api"
        },
        {
            "id": "d5c6c238-948c-4469-b484-caefd572e434",
            "gambit_id": "ad645fdd-955e-49d8-8dde-6370b0950629",
            "last_updated": "2023-04-14T12:02:20.071262-04:00",
            "created_at": "2023-04-13T09:32:16.852069-04:00",
            "name": "Game Total Over 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4f9c44-dd44-46c6-9674-f090d628bacb/?format=api"
        }
    ]
}