GET /api/bet_types/a7942ffa-8d9c-4354-97c5-60ffc36f325b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7942ffa-8d9c-4354-97c5-60ffc36f325b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6ff8a44-1205-4c66-b007-c049d4b17d67/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-08T11:46:58.356511-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": "b6fc7a90-11ec-4365-a69f-a9abd9dc29f4",
            "gambit_id": "ccf5c914-9ec3-4ff7-9c54-57ab85221506",
            "last_updated": "2023-05-09T11:31:53.536481-04:00",
            "created_at": "2023-05-08T11:46:58.358113-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/a7942ffa-8d9c-4354-97c5-60ffc36f325b/?format=api"
        },
        {
            "id": "ed3dc879-715e-4aed-93d1-2e005e452c74",
            "gambit_id": "c0f670dd-0866-42d1-a992-d85bc326ffaa",
            "last_updated": "2023-05-09T11:31:53.538014-04:00",
            "created_at": "2023-05-08T11:46:58.359877-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/a7942ffa-8d9c-4354-97c5-60ffc36f325b/?format=api"
        }
    ]
}