GET /api/bet_types/860b25ef-7673-45a1-905a-6c23552beeb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "860b25ef-7673-45a1-905a-6c23552beeb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd0e98c6-b3bb-4dca-80a2-f21ec6ef3b98/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:13.982594-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 8810.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1190.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "83afc58c-55ee-4c84-9b94-65770cb810a5",
            "gambit_id": "46fa08a7-6c12-4130-aaf7-dcf05b061b7b",
            "last_updated": "2024-01-16T11:13:07.926080-05:00",
            "created_at": "2024-01-13T09:38:13.990687-05:00",
            "name": "Boston Celtics",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/860b25ef-7673-45a1-905a-6c23552beeb0/?format=api"
        },
        {
            "id": "c2f2d1aa-1f43-48f2-8ed3-b49d62357730",
            "gambit_id": "7fbda324-f477-4f2b-832e-f2aac14e233c",
            "last_updated": "2024-01-16T11:13:07.922831-05:00",
            "created_at": "2024-01-13T09:38:13.986506-05:00",
            "name": "Houston Rockets",
            "reward": "7.92000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/860b25ef-7673-45a1-905a-6c23552beeb0/?format=api"
        }
    ]
}