GET /api/bet_types/4cbc9644-1da5-4094-a080-c44d0d124127/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cbc9644-1da5-4094-a080-c44d0d124127",
    "match": "https://api-prod.gambitprofit.com/api/matches/79b724d4-cba9-45a3-9011-1dc66fca5fec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:13.483841-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": "Seattle Seahawks",
                "amount": 5094.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "8edf0b6f-09bb-4922-b665-80d9e7cb69f0",
            "gambit_id": "97131370-0070-4916-a330-189a69953bc9",
            "last_updated": "2023-10-30T15:33:26.653427-04:00",
            "created_at": "2023-10-25T09:13:13.491892-04:00",
            "name": "Seattle Seahawks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cbc9644-1da5-4094-a080-c44d0d124127/?format=api"
        },
        {
            "id": "6087a6bd-ac0c-45e3-896d-30d1cf5f3948",
            "gambit_id": "218b5228-c6e3-4263-844a-875a708fa2b5",
            "last_updated": "2023-10-30T15:33:26.636497-04:00",
            "created_at": "2023-10-25T09:13:13.487733-04:00",
            "name": "Cleveland Browns",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cbc9644-1da5-4094-a080-c44d0d124127/?format=api"
        }
    ]
}