GET /api/bet_types/0745b9a5-a00c-4f6c-a197-a947ef982127/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0745b9a5-a00c-4f6c-a197-a947ef982127",
    "match": "https://api-prod.gambitprofit.com/api/matches/e07b16a1-9332-4675-960b-1840daa604eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-30T09:36:55.821157-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": "Denver Nuggets",
                "amount": 5867.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f0356a2-1353-4e36-9390-8621f308cdc7",
            "gambit_id": "f0fa08d8-3a64-4946-b3b4-f128cbdbd892",
            "last_updated": "2023-03-31T10:57:18.761207-04:00",
            "created_at": "2023-03-30T09:36:55.822463-04:00",
            "name": "Denver Nuggets",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0745b9a5-a00c-4f6c-a197-a947ef982127/?format=api"
        },
        {
            "id": "005e94ac-b6ce-4cf2-a2ea-2c471bda9ac5",
            "gambit_id": "79bbefbf-08ad-49a7-ad00-82493de32f65",
            "last_updated": "2023-03-31T10:57:18.763198-04:00",
            "created_at": "2023-03-30T09:36:55.823894-04:00",
            "name": "New Orleans Pelicans",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0745b9a5-a00c-4f6c-a197-a947ef982127/?format=api"
        }
    ]
}