GET /api/bet_types/5fc8e76c-f653-4452-aaae-bdd64bec973f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fc8e76c-f653-4452-aaae-bdd64bec973f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f19f4a96-5919-475c-b536-17c39a3d15c2/?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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a1561cf-2c3e-4e32-9c6d-eb6df09322a8",
            "gambit_id": "c5eecade-7c03-48dc-a21a-ad6eb4d8de12",
            "last_updated": "2022-11-10T09:24:09.074129-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fc8e76c-f653-4452-aaae-bdd64bec973f/?format=api"
        },
        {
            "id": "e53fcaf9-5672-4e66-9d89-0d7fae56d149",
            "gambit_id": "1de6fb48-1a32-4883-8990-2f31044b18b6",
            "last_updated": "2022-11-10T09:24:09.075088-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fc8e76c-f653-4452-aaae-bdd64bec973f/?format=api"
        }
    ]
}