GET /api/bet_types/a3d759ef-badb-461a-85ef-ff1e938edd4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3d759ef-badb-461a-85ef-ff1e938edd4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/204e66ae-1858-49df-8792-ff1710a6a3c8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-11T08:48:20.056849-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": "BAL (D Kremer)",
                "amount": 6139.0
            },
            {
                "team": "STL (D Hudson)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "0fea77d1-e2e7-4336-bd2f-010b2729e38e",
            "gambit_id": "6dc9de41-8c05-446c-a660-e39b51cb7e7a",
            "last_updated": "2023-09-12T21:28:19.120685-04:00",
            "created_at": "2023-09-11T08:48:20.072665-04:00",
            "name": "BAL (D Kremer)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3d759ef-badb-461a-85ef-ff1e938edd4e/?format=api"
        },
        {
            "id": "681c12d2-aae5-471f-9efd-ddc3e8baba27",
            "gambit_id": "6b6ac38e-7601-4861-b836-2839896284d8",
            "last_updated": "2023-09-12T21:28:19.117351-04:00",
            "created_at": "2023-09-11T08:48:20.065108-04:00",
            "name": "STL (D Hudson)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3d759ef-badb-461a-85ef-ff1e938edd4e/?format=api"
        }
    ]
}