GET /api/bet_types/164ad489-e932-4b00-93d4-d2cb33bf6d2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "164ad489-e932-4b00-93d4-d2cb33bf6d2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/45157285-9eaa-4432-ab54-7a9775e8f6aa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:24.135373-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": "Sacramento Kings",
                "amount": 5107.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdcf39bb-54a0-42d7-a440-f03681bd0c22",
            "gambit_id": "b7334f63-2aff-403c-a4da-ce576e5224b5",
            "last_updated": "2023-04-06T21:31:51.954487-04:00",
            "created_at": "2023-04-05T09:22:24.138632-04:00",
            "name": "Sacramento Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/164ad489-e932-4b00-93d4-d2cb33bf6d2b/?format=api"
        },
        {
            "id": "5a8caa91-3ef7-4f6b-8ee1-7b288cf9c27b",
            "gambit_id": "8b9c402f-c711-4650-9fd3-235d93442af8",
            "last_updated": "2023-04-06T21:31:51.951291-04:00",
            "created_at": "2023-04-05T09:22:24.136962-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/164ad489-e932-4b00-93d4-d2cb33bf6d2b/?format=api"
        }
    ]
}