GET /api/bet_types/0f3fd592-7eef-4269-af50-00687fed441b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f3fd592-7eef-4269-af50-00687fed441b",
    "match": "https://api-prod.gambitprofit.com/api/matches/524ebd87-18c8-4a5f-89f6-d7c87c0e89f7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Notre Dame",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Notre Dame",
                "amount": 8850.0
            },
            {
                "team": "Marshall",
                "amount": 1150.0
            }
        ],
        "expected_reward_tokens": 9381.0,
        "profit_sb": 381.0,
        "profit_sb_percentage": 4.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "94e8bd21-82c2-40cd-81e7-0840683602e6",
            "gambit_id": "42422cdf-dbee-4a3c-bbf4-0272b33f9e9b",
            "last_updated": "2022-09-11T11:02:02.226237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f3fd592-7eef-4269-af50-00687fed441b/?format=api"
        },
        {
            "id": "5d6c8703-2db2-4cc0-ba03-18cfd5ec6fde",
            "gambit_id": "4de1a0f3-ddd3-4061-b0d0-153de1aa1463",
            "last_updated": "2022-09-11T11:02:02.227494-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "8.16000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f3fd592-7eef-4269-af50-00687fed441b/?format=api"
        }
    ]
}