GET /api/bet_types/771d29ef-4533-43b0-9b61-72619082f2df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "771d29ef-4533-43b0-9b61-72619082f2df",
    "match": "https://api-prod.gambitprofit.com/api/matches/942e08ef-1c89-4679-abce-90e79d2c1843/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-24T12:36:53.304562-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "95d0ac94-ffcf-4195-8118-b182b213d3e3",
            "gambit_id": "da899fa5-1f01-47f1-878c-3447fd9ff5a3",
            "last_updated": "2022-12-26T12:42:07.723766-05:00",
            "created_at": "2022-12-24T12:36:53.305698-05:00",
            "name": "Golden State Warriors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/771d29ef-4533-43b0-9b61-72619082f2df/?format=api"
        },
        {
            "id": "d39de59a-a461-4040-a24e-20d8c1f62e3a",
            "gambit_id": "4793cc20-c417-4982-a180-ef5e2d665b79",
            "last_updated": "2022-12-26T12:42:07.724875-05:00",
            "created_at": "2022-12-24T12:36:53.306894-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/771d29ef-4533-43b0-9b61-72619082f2df/?format=api"
        }
    ]
}