GET /api/bet_types/b498e7fc-2141-4204-96f0-e9c67ec115ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b498e7fc-2141-4204-96f0-e9c67ec115ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/44ed1b42-de95-4b6a-a373-80c26d631210/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:11.271500-05: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": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "295c7968-2445-4adc-9bf1-aa31ad0c6018",
            "gambit_id": "32053376-3b20-42e3-9b6b-13b8c0666de5",
            "last_updated": "2023-12-04T15:23:33.884130-05:00",
            "created_at": "2023-12-02T08:28:11.275919-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b498e7fc-2141-4204-96f0-e9c67ec115ec/?format=api"
        },
        {
            "id": "237a9285-d3bb-4f2c-bfe9-f25085e0010a",
            "gambit_id": "0d53d495-18bd-496c-8515-6c385afc6d8b",
            "last_updated": "2023-12-04T15:23:33.887563-05:00",
            "created_at": "2023-12-02T08:28:11.279850-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b498e7fc-2141-4204-96f0-e9c67ec115ec/?format=api"
        }
    ]
}