GET /api/bet_types/2da0373f-26cf-4bf6-a1b3-524f2d81507f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2da0373f-26cf-4bf6-a1b3-524f2d81507f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a3f2d84-3062-4330-9282-1c4991624b6a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Michigan",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1000.0,
        "profit_sb_percentage": 10.53,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Michigan",
                "amount": 9026.0
            },
            {
                "team": "Indiana",
                "amount": 974.0
            }
        ],
        "expected_reward_tokens": 9477.02,
        "profit_sb": -22.98,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "12e1100c-8028-41b4-b2f0-dbd23f343f33",
            "gambit_id": "f92e55ba-b18c-4d26-8624-24eccfa3c707",
            "last_updated": "2022-10-11T10:47:29.337056-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.05000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2da0373f-26cf-4bf6-a1b3-524f2d81507f/?format=api"
        },
        {
            "id": "ae10ac85-0f13-4119-afa8-3f67c9c72f27",
            "gambit_id": "64cab5d2-0a64-4a6e-8a63-b88bbc5023a0",
            "last_updated": "2022-10-11T10:47:29.335912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "9.73000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2da0373f-26cf-4bf6-a1b3-524f2d81507f/?format=api"
        }
    ]
}