GET /api/bet_types/d00421ef-e328-40f1-a524-70e0cbb791a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d00421ef-e328-40f1-a524-70e0cbb791a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/54591be9-039d-4fc0-83a1-dbb98e2c841b/?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": "OAK",
                "amount": 5680.0
            },
            {
                "team": "MIA",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "e18c5900-3b71-40d0-8bf1-a3f0043e8218",
            "gambit_id": "5c4aedf1-e6c5-48c1-adb2-7afe27a868dc",
            "last_updated": "2022-08-23T09:36:56.257822-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d00421ef-e328-40f1-a524-70e0cbb791a6/?format=api"
        },
        {
            "id": "b4f3e214-0889-4479-89e7-0c4fc47e5f26",
            "gambit_id": "f61a9e4d-11a8-41b4-8345-8eac3257365f",
            "last_updated": "2022-08-23T09:36:56.258283-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d00421ef-e328-40f1-a524-70e0cbb791a6/?format=api"
        }
    ]
}