GET /api/bet_types/2d6fd2cb-b810-4aec-b252-d5c5f05d869c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d6fd2cb-b810-4aec-b252-d5c5f05d869c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6503250d-be52-4c97-af74-5def2171c9b5/?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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc5cbf64-ab86-4538-9f81-dc2dd07f4614",
            "gambit_id": "c39e8cbd-2a41-4a66-bcd4-83e868da6584",
            "last_updated": "2022-12-02T10:12:17.388758-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d6fd2cb-b810-4aec-b252-d5c5f05d869c/?format=api"
        },
        {
            "id": "f7cdcbae-0ef8-4b6c-bbf9-bce23edfb814",
            "gambit_id": "c661b824-5318-4f35-911b-bd0c8552c004",
            "last_updated": "2022-12-02T10:12:17.389710-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d6fd2cb-b810-4aec-b252-d5c5f05d869c/?format=api"
        }
    ]
}