GET /api/bet_types/879ca35f-a1ba-47ab-a0c4-2a4e842ccb6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "879ca35f-a1ba-47ab-a0c4-2a4e842ccb6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e273873-3503-4893-b0bb-e36c1c428b62/?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": "CHC",
                "amount": 6336.0
            },
            {
                "team": "PIT",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "af19d2e9-4437-4286-8f0b-1e2e1f673606",
            "gambit_id": "bd7b222f-ef1a-4200-a0b2-dcc7f87437b4",
            "last_updated": "2022-09-24T21:17:24.846187-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/879ca35f-a1ba-47ab-a0c4-2a4e842ccb6b/?format=api"
        },
        {
            "id": "59b5cd5b-2718-4911-8621-ddb0a67822cf",
            "gambit_id": "24af6e34-35b6-45f3-bab7-6e4b4b09b0db",
            "last_updated": "2022-09-24T21:17:24.845070-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/879ca35f-a1ba-47ab-a0c4-2a4e842ccb6b/?format=api"
        }
    ]
}