GET /api/bet_types/4d0c658f-37fd-49e5-8ea0-8f72619b3b08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d0c658f-37fd-49e5-8ea0-8f72619b3b08",
    "match": "https://api-prod.gambitprofit.com/api/matches/76ce1b13-4d4c-4945-a28c-850bf2690987/?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": "Baltimore Ravens",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "779a67a1-ed74-4c11-848a-df195e25efbf",
            "gambit_id": "c1f953f1-a5fd-4086-aa59-4da164ea257a",
            "last_updated": "2022-12-12T10:22:13.117655-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d0c658f-37fd-49e5-8ea0-8f72619b3b08/?format=api"
        },
        {
            "id": "14359b36-e686-4c3f-8d13-f8a6192f3671",
            "gambit_id": "2988fde0-f510-430e-a0de-afd0c26cd232",
            "last_updated": "2022-12-12T10:22:13.116489-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d0c658f-37fd-49e5-8ea0-8f72619b3b08/?format=api"
        }
    ]
}