GET /api/bet_types/24e61582-2357-4ef3-8690-a4594f9cf354/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24e61582-2357-4ef3-8690-a4594f9cf354",
    "match": "https://api-prod.gambitprofit.com/api/matches/71634635-b974-487b-920f-957fbad23c27/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:32:18.334311-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "64a53175-299b-465e-95a4-dbd5f89f4ae4",
            "gambit_id": "2b115b6e-bdca-4a98-9072-1c33b6570033",
            "last_updated": "2023-04-05T10:07:05.033727-04:00",
            "created_at": "2023-04-04T09:32:18.337146-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24e61582-2357-4ef3-8690-a4594f9cf354/?format=api"
        },
        {
            "id": "bc4c802b-d28c-47ed-bea5-1f8674626063",
            "gambit_id": "c51a2687-6415-4aab-b7f2-25542e81a83a",
            "last_updated": "2023-04-05T10:07:05.031356-04:00",
            "created_at": "2023-04-04T09:32:18.335746-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24e61582-2357-4ef3-8690-a4594f9cf354/?format=api"
        }
    ]
}