GET /api/bet_types/ccee4531-9134-4c22-b874-f19704235296/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccee4531-9134-4c22-b874-f19704235296",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d88ad54-896c-4531-82df-016e7d889e52/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-03T11:03:20.092502-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": "MIN",
                "amount": 5107.0
            },
            {
                "team": "KAN",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b48abb98-4798-482b-a0a1-d9d63675dc4b",
            "gambit_id": "ce2c6ad9-4435-4120-855c-18583adafc4b",
            "last_updated": "2023-07-04T10:43:00.325914-04:00",
            "created_at": "2023-07-03T11:03:20.097628-04:00",
            "name": "MIN",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccee4531-9134-4c22-b874-f19704235296/?format=api"
        },
        {
            "id": "56e29eab-4ae7-4247-998a-049d30e26044",
            "gambit_id": "ae813844-3844-4377-b379-3343b34657d4",
            "last_updated": "2023-07-04T10:43:00.324164-04:00",
            "created_at": "2023-07-03T11:03:20.094852-04:00",
            "name": "KAN",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccee4531-9134-4c22-b874-f19704235296/?format=api"
        }
    ]
}