GET /api/bet_types/0c05a09b-bca1-49cd-b074-73ab87dc9837/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c05a09b-bca1-49cd-b074-73ab87dc9837",
    "match": "https://api-prod.gambitprofit.com/api/matches/0622815b-521c-4524-be93-9420c7dc7159/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T09:38:22.564405-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "06edfd24-ce1b-4345-b2a8-ca8688ef51cd",
            "gambit_id": "a1e5cde1-78d2-4630-b9d4-55e9a39127a1",
            "last_updated": "2023-08-12T18:18:08.498037-04:00",
            "created_at": "2023-08-11T09:38:22.598719-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c05a09b-bca1-49cd-b074-73ab87dc9837/?format=api"
        },
        {
            "id": "329dcc1d-b32a-447f-ba21-32aae02725b7",
            "gambit_id": "68b607f5-30dd-4d71-9a40-52097a91f9ac",
            "last_updated": "2023-08-12T18:18:08.493200-04:00",
            "created_at": "2023-08-11T09:38:22.590042-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c05a09b-bca1-49cd-b074-73ab87dc9837/?format=api"
        }
    ]
}