GET /api/bet_types/77298b88-b99b-4bb9-825f-26d24a948fd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77298b88-b99b-4bb9-825f-26d24a948fd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/0408a21b-51d1-4667-86f8-8e047e19db90/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:08.258882-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": "NYM",
                "amount": 5614.0
            },
            {
                "team": "CHC",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "9273bf4a-81fd-42af-8575-cefa9735c3c5",
            "gambit_id": "b7e0fe10-ff2e-4ae2-899b-61d18ec1a131",
            "last_updated": "2023-08-09T10:53:21.754994-04:00",
            "created_at": "2023-08-08T08:28:08.269223-04:00",
            "name": "NYM",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77298b88-b99b-4bb9-825f-26d24a948fd0/?format=api"
        },
        {
            "id": "1a869502-28c0-4967-a4b8-bea1d70d2310",
            "gambit_id": "d0009249-882e-4738-82af-80421b7eb707",
            "last_updated": "2023-08-09T10:53:21.751478-04:00",
            "created_at": "2023-08-08T08:28:08.263838-04:00",
            "name": "CHC",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77298b88-b99b-4bb9-825f-26d24a948fd0/?format=api"
        }
    ]
}