GET /api/bet_types/bb3cd4d7-54ac-4b40-a63e-3f849c59e1ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb3cd4d7-54ac-4b40-a63e-3f849c59e1ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/486fb6cd-7db9-4c75-a331-386d508fae13/?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": "NYM",
                "amount": 5301.0
            },
            {
                "team": "PIT",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "21da850a-c8f3-463b-a065-695de283c25c",
            "gambit_id": "1957e4db-e1c9-4fe6-b07a-032a43c93ccc",
            "last_updated": "2022-09-07T19:26:48.110118-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb3cd4d7-54ac-4b40-a63e-3f849c59e1ad/?format=api"
        },
        {
            "id": "76bc390e-0537-4f84-b1a2-e56b470e303c",
            "gambit_id": "4f245fdd-20f8-4a65-a373-d30c3fa2d33e",
            "last_updated": "2022-09-07T19:26:48.108961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb3cd4d7-54ac-4b40-a63e-3f849c59e1ad/?format=api"
        }
    ]
}