GET /api/bet_types/ec5a9b43-aef2-4c9c-9b45-ccd27d212c0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec5a9b43-aef2-4c9c-9b45-ccd27d212c0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/45147f97-aaba-4bb9-8015-b7dc11d058d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "SMU",
                "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": "SMU",
                "amount": 8564.0
            },
            {
                "team": "South Florida",
                "amount": 1436.0
            }
        ],
        "expected_reward_tokens": 9334.0,
        "profit_sb": 334.0,
        "profit_sb_percentage": 3.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "9972e761-8f14-4a25-9c69-9148c84ae95c",
            "gambit_id": "ffbf8628-dbac-4374-bac6-65ea9d1712ac",
            "last_updated": "2022-11-14T10:23:56.733206-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.09000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec5a9b43-aef2-4c9c-9b45-ccd27d212c0b/?format=api"
        },
        {
            "id": "5c4a97bd-cbf3-42ff-b301-92dfe382e82f",
            "gambit_id": "0db55b60-28f3-4300-8bd8-20798e5bea1b",
            "last_updated": "2022-11-14T10:23:56.732046-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "6.50000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec5a9b43-aef2-4c9c-9b45-ccd27d212c0b/?format=api"
        }
    ]
}