GET /api/bet_types/3070207d-9058-4152-ad12-51faae013e64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3070207d-9058-4152-ad12-51faae013e64",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2732f0f-c566-4743-9847-e18bd6ec75b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Wisconsin",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wisconsin",
                "amount": 8581.0
            },
            {
                "team": "Washington State",
                "amount": 1419.0
            }
        ],
        "expected_reward_tokens": 9351.21,
        "profit_sb": 351.21,
        "profit_sb_percentage": 3.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "8dfe742f-35e0-492e-a2fd-e0ef6f05feb2",
            "gambit_id": "f2e201fd-4f20-473d-994c-1f8f693c24fb",
            "last_updated": "2022-09-11T11:02:02.735527-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.09000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3070207d-9058-4152-ad12-51faae013e64/?format=api"
        },
        {
            "id": "731e968e-9ac1-4927-a41a-45c521ce3c2b",
            "gambit_id": "9ebf13c3-6014-44dc-85bc-17e75363d710",
            "last_updated": "2022-09-11T11:02:02.736556-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "6.59000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3070207d-9058-4152-ad12-51faae013e64/?format=api"
        }
    ]
}