GET /api/bet_types/4b004c4c-68a8-4729-aa9a-b3e191630273/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b004c4c-68a8-4729-aa9a-b3e191630273",
    "match": "https://api-prod.gambitprofit.com/api/matches/51a6a189-497e-41f6-8cf5-746327c2f574/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:07.061092-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": "Seattle Kraken",
                "amount": 5000.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3056162-f9a4-419b-8b5f-8039892f2d77",
            "gambit_id": "3932a7e7-d181-4e95-bc56-a1fc87d8406d",
            "last_updated": "2023-01-30T17:46:55.333445-05:00",
            "created_at": "2023-01-28T09:42:07.062308-05:00",
            "name": "Seattle Kraken",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b004c4c-68a8-4729-aa9a-b3e191630273/?format=api"
        },
        {
            "id": "ba226913-05c2-4c60-8fb6-46bfd8685d07",
            "gambit_id": "0cc05db2-7c90-464a-826e-dbb699406a33",
            "last_updated": "2023-01-30T17:46:55.334624-05:00",
            "created_at": "2023-01-28T09:42:07.063530-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b004c4c-68a8-4729-aa9a-b3e191630273/?format=api"
        }
    ]
}