GET /api/bet_types/3fc14b16-e3de-414a-b1eb-b9d5ab7217cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fc14b16-e3de-414a-b1eb-b9d5ab7217cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/30ed6c9c-bd69-4eb3-9111-872f51d7a7cd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-03T10:48:10.642850-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e1cafb2-c745-4c2e-b34c-db440dd64ee7",
            "gambit_id": "b565de8b-192f-418e-8225-8f111f2d29e6",
            "last_updated": "2023-09-05T10:32:58.714244-04:00",
            "created_at": "2023-09-03T10:48:10.646684-04:00",
            "name": "Game Total Over 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fc14b16-e3de-414a-b1eb-b9d5ab7217cf/?format=api"
        },
        {
            "id": "f6cd62cf-eb44-425e-8ca3-925e505f4203",
            "gambit_id": "69111598-d299-479c-a1d7-3f4e0e3e9a86",
            "last_updated": "2023-09-05T10:32:58.717549-04:00",
            "created_at": "2023-09-03T10:48:10.651875-04:00",
            "name": "Game Total Under 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fc14b16-e3de-414a-b1eb-b9d5ab7217cf/?format=api"
        }
    ]
}