GET /api/bet_types/4bf380b1-4ed7-402d-bfc5-943bd1a3f62b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bf380b1-4ed7-402d-bfc5-943bd1a3f62b",
    "match": "https://api-prod.gambitprofit.com/api/matches/081aeff3-d220-427a-9835-e09755b44421/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-08T11:46:59.389969-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": "STL",
                "amount": 6399.0
            },
            {
                "team": "CHC",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "10412d76-e988-461c-8c7e-705a77675fde",
            "gambit_id": "f5d43bc2-4c79-45b5-97d4-a0704c45f5ab",
            "last_updated": "2023-05-09T11:12:09.993779-04:00",
            "created_at": "2023-05-08T11:46:59.394154-04:00",
            "name": "STL",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf380b1-4ed7-402d-bfc5-943bd1a3f62b/?format=api"
        },
        {
            "id": "544d3666-b002-48a0-9d7e-f6a36c764b7e",
            "gambit_id": "28f70b47-ca44-498c-9f85-766f2cfe1a20",
            "last_updated": "2023-05-09T11:12:09.991777-04:00",
            "created_at": "2023-05-08T11:46:59.392061-04:00",
            "name": "CHC",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf380b1-4ed7-402d-bfc5-943bd1a3f62b/?format=api"
        }
    ]
}