GET /api/bet_types/0c37661f-55f2-4b23-af79-e4814864076b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c37661f-55f2-4b23-af79-e4814864076b",
    "match": "https://api-prod.gambitprofit.com/api/matches/47c66e21-b373-435e-bdfe-a13f2e398ae5/?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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3bef9f51-ce83-41cf-992c-eb911b0eea8d",
            "gambit_id": "af29c5ba-dd11-49eb-b314-71ac231196d7",
            "last_updated": "2022-11-03T09:48:11.093896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c37661f-55f2-4b23-af79-e4814864076b/?format=api"
        },
        {
            "id": "5e272e23-926b-4e02-92ed-ba4bf1192a11",
            "gambit_id": "9af7c729-8309-4206-9de7-21db42224d7a",
            "last_updated": "2022-11-03T09:48:11.095041-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c37661f-55f2-4b23-af79-e4814864076b/?format=api"
        }
    ]
}