GET /api/bet_types/b7d9b149-83a7-4f55-8436-020df898e286/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7d9b149-83a7-4f55-8436-020df898e286",
    "match": "https://api-prod.gambitprofit.com/api/matches/d00a9a0a-ce99-4ff9-bc73-63b4c98bd876/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "TCU",
                "amount": 7406.0
            },
            {
                "team": "Iowa State",
                "amount": 2594.0
            }
        ],
        "expected_reward_tokens": 9182.76,
        "profit_sb": 182.76,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "d9a7b1d2-1fcf-474e-9deb-d06407706c3d",
            "gambit_id": "62f97065-4962-489b-bb67-44bd4187ca4a",
            "last_updated": "2022-11-28T09:42:15.752544-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.24000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7d9b149-83a7-4f55-8436-020df898e286/?format=api"
        },
        {
            "id": "2af02976-7457-42eb-8652-94d1a771fa09",
            "gambit_id": "f895d8a7-45ef-468f-8f86-57ae8e54ec5c",
            "last_updated": "2022-11-28T09:42:15.753532-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "3.54000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7d9b149-83a7-4f55-8436-020df898e286/?format=api"
        }
    ]
}