GET /api/bet_types/a7e7f10c-8a65-4d20-8040-f0a47f4f04fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7e7f10c-8a65-4d20-8040-f0a47f4f04fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b10e24f9-c3c1-43ff-a7b3-ebca2318c5d8/?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": "Memphis Grizzlies",
                "amount": 5106.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2160e91-2733-40cd-826d-d17b084025c0",
            "gambit_id": "066cc2a1-9248-48e4-8643-7363ac863f96",
            "last_updated": "2022-10-22T09:17:23.447002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e7f10c-8a65-4d20-8040-f0a47f4f04fc/?format=api"
        },
        {
            "id": "b1f844a8-ce80-44a1-8674-efe1bdbd8b52",
            "gambit_id": "604a57a2-8302-43e1-b677-4be859d2d9f0",
            "last_updated": "2022-10-22T09:17:23.445955-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e7f10c-8a65-4d20-8040-f0a47f4f04fc/?format=api"
        }
    ]
}