GET /api/bet_types/54d9f6ec-e27f-4da6-86a9-afdf6bebe202/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54d9f6ec-e27f-4da6-86a9-afdf6bebe202",
    "match": "https://api-prod.gambitprofit.com/api/matches/68bd29eb-59dc-4a8e-b152-57ce0be7ee04/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-22T08:43:03.315549-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Philadelphia 76ers",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Philadelphia 76ers",
                "amount": 8724.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1276.0
            }
        ],
        "expected_reward_tokens": 9506.2,
        "profit_sb": 6.2,
        "profit_sb_percentage": 0.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "3eb74399-cd59-4b4c-a9b9-2a2cb28cf0a4",
            "gambit_id": "c2f0ea2a-87cf-459f-9571-967d2bdc80f5",
            "last_updated": "2024-01-23T20:08:15.393203-05:00",
            "created_at": "2024-01-22T08:43:03.326401-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54d9f6ec-e27f-4da6-86a9-afdf6bebe202/?format=api"
        },
        {
            "id": "ba691427-89ed-4bc6-99e5-5dfdffac50c7",
            "gambit_id": "d93b7f09-93b1-4f64-b0d4-40b429232ce5",
            "last_updated": "2024-01-23T20:08:15.390098-05:00",
            "created_at": "2024-01-22T08:43:03.319967-05:00",
            "name": "San Antonio Spurs",
            "reward": "7.45000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54d9f6ec-e27f-4da6-86a9-afdf6bebe202/?format=api"
        }
    ]
}