GET /api/bet_types/91ba290d-3a7e-464c-976f-9c88aff25f5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91ba290d-3a7e-464c-976f-9c88aff25f5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/483243ac-4422-41d9-b67b-fa4602d774b7/?format=api",
    "name": "Pick the Winner",
    "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": "Maryland",
                "amount": 8083.0
            },
            {
                "team": "Rutgers",
                "amount": 1917.0
            }
        ],
        "expected_reward_tokens": 9295.45,
        "profit_sb": 295.45,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "03e4686e-83eb-4bd2-a044-ecc7b02309aa",
            "gambit_id": "c71431ab-5764-4ec1-80d1-6072a6307b8b",
            "last_updated": "2022-11-28T10:22:12.155077-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91ba290d-3a7e-464c-976f-9c88aff25f5a/?format=api"
        },
        {
            "id": "96e680fa-45bf-43e6-a708-98ef09872322",
            "gambit_id": "3747f0b5-b7c3-4220-8919-1a52606dbd73",
            "last_updated": "2022-11-28T10:22:12.156173-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "4.85000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91ba290d-3a7e-464c-976f-9c88aff25f5a/?format=api"
        }
    ]
}