GET /api/bet_types/b2112ce4-d487-4649-abdb-d8146000c7d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2112ce4-d487-4649-abdb-d8146000c7d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed464e73-54d6-4394-ae92-d856d55da0cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T11:57:12.019725-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 Over 6.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdf7a39e-5747-4613-b387-fca5d369b00d",
            "gambit_id": "c8c1e765-342c-46af-8cb1-89b5e8811290",
            "last_updated": "2023-04-05T22:52:11.118118-04:00",
            "created_at": "2023-04-04T11:57:12.023037-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2112ce4-d487-4649-abdb-d8146000c7d0/?format=api"
        },
        {
            "id": "fa88a9c7-368f-49c8-b98f-342d5306a948",
            "gambit_id": "33ad6bed-b19f-403c-a794-a0e146ec1cd9",
            "last_updated": "2023-04-05T22:52:11.115699-04:00",
            "created_at": "2023-04-04T11:57:12.021437-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2112ce4-d487-4649-abdb-d8146000c7d0/?format=api"
        }
    ]
}