GET /api/bet_types/094ce52c-3abf-4355-a1d1-85b70f7223ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "094ce52c-3abf-4355-a1d1-85b70f7223ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/f732af34-c1a5-447d-95a6-3f9ce88721b7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-09T11:12:01.821961-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": "San Jose Sharks",
                "amount": 5421.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "afc38e3f-7faa-4841-ba32-8b86820eab0e",
            "gambit_id": "8e45047b-b865-4c58-9d0a-cbdf23fe28ab",
            "last_updated": "2023-02-11T19:32:21.856250-05:00",
            "created_at": "2023-02-09T11:12:01.824648-05:00",
            "name": "San Jose Sharks",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/094ce52c-3abf-4355-a1d1-85b70f7223ab/?format=api"
        },
        {
            "id": "4734eb2c-f609-45eb-9856-24a39d2707ef",
            "gambit_id": "50e65355-0987-4b34-ac48-1bf175bcd06c",
            "last_updated": "2023-02-11T19:32:21.855088-05:00",
            "created_at": "2023-02-09T11:12:01.823243-05:00",
            "name": "Florida Panthers",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/094ce52c-3abf-4355-a1d1-85b70f7223ab/?format=api"
        }
    ]
}