GET /api/bet_types/a491bff6-820c-4896-b0cb-581d0d650185/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a491bff6-820c-4896-b0cb-581d0d650185",
    "match": "https://api-prod.gambitprofit.com/api/matches/07d6eb91-66ca-4404-9a9e-02f0ea5b6dc1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:11.187859-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a2827af-4ca8-43d2-a757-d28d72b04045",
            "gambit_id": "4340c97a-0175-4054-87bc-325d99c5f823",
            "last_updated": "2023-03-15T10:07:09.819151-04:00",
            "created_at": "2023-03-14T09:37:11.189426-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a491bff6-820c-4896-b0cb-581d0d650185/?format=api"
        },
        {
            "id": "ee7f13f2-a81a-4903-93bc-cc649d88687f",
            "gambit_id": "e155d8ea-64af-4c1a-b29d-c94f92a2449a",
            "last_updated": "2023-03-15T10:07:09.820405-04:00",
            "created_at": "2023-03-14T09:37:11.191046-04:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a491bff6-820c-4896-b0cb-581d0d650185/?format=api"
        }
    ]
}