GET /api/bet_types/4b1fa1fd-312c-4f14-9d2e-b15cea7a09ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b1fa1fd-312c-4f14-9d2e-b15cea7a09ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/6107cad6-cde3-4e3a-b772-160d992ef3f3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-15T09:07:11.568360-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f727d598-9c8e-4474-a21d-a1dbc55473f5",
            "gambit_id": "9c1b57d0-fe02-4d25-be59-14914577f73e",
            "last_updated": "2023-03-16T17:37:24.021890-04:00",
            "created_at": "2023-03-15T09:07:11.570829-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1fa1fd-312c-4f14-9d2e-b15cea7a09ba/?format=api"
        },
        {
            "id": "0d0431c3-631d-4cad-9f46-c49a4a40e4ea",
            "gambit_id": "5ce6f885-981b-44ea-9a9d-7cc828c5dec7",
            "last_updated": "2023-03-16T17:37:24.024700-04:00",
            "created_at": "2023-03-15T09:07:11.573298-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1fa1fd-312c-4f14-9d2e-b15cea7a09ba/?format=api"
        }
    ]
}