GET /api/bet_types/c889a361-67da-4a66-8cb1-71f85b7adc45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c889a361-67da-4a66-8cb1-71f85b7adc45",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb01f8f4-9f97-4f15-8071-7e4a63db7bcf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T08:41:56.899918-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": "Columbus Blue Jackets",
                "amount": 5421.0
            },
            {
                "team": "New York Islanders",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e04362c-2e4c-4b85-af91-0084f1a72aa5",
            "gambit_id": "4eb9a745-2203-4419-93f8-4e848c42619d",
            "last_updated": "2023-03-26T13:37:06.211215-04:00",
            "created_at": "2023-03-24T08:41:56.902322-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c889a361-67da-4a66-8cb1-71f85b7adc45/?format=api"
        },
        {
            "id": "4366a020-58b7-4550-807c-906232285925",
            "gambit_id": "b4b210f8-e9b0-405c-b5ee-86428cd37ccb",
            "last_updated": "2023-03-26T13:37:06.213812-04:00",
            "created_at": "2023-03-24T08:41:56.904952-04:00",
            "name": "New York Islanders",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c889a361-67da-4a66-8cb1-71f85b7adc45/?format=api"
        }
    ]
}