GET /api/bet_types/855dfa60-7870-443d-8fee-8317af7d3c19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "855dfa60-7870-443d-8fee-8317af7d3c19",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f9eb78c-c551-4ea0-9752-65860e819523/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fcbab5fc-83d4-4deb-8f5b-ce8cec23dffb",
            "gambit_id": "2a1d06c4-d55d-4b18-b74d-54708e89bf75",
            "last_updated": "2022-12-08T13:02:13.992031-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/855dfa60-7870-443d-8fee-8317af7d3c19/?format=api"
        },
        {
            "id": "bbd840ed-df38-4dbf-afe0-973d4c977ef9",
            "gambit_id": "29d9b715-b101-4093-a6a9-d2d9bfd4395c",
            "last_updated": "2022-12-08T13:02:13.992991-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/855dfa60-7870-443d-8fee-8317af7d3c19/?format=api"
        }
    ]
}