GET /api/bet_types/dfb99ccf-fcf0-4996-9da4-807373d61d4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfb99ccf-fcf0-4996-9da4-807373d61d4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/217081ae-be1f-4ecd-b3fe-99ad3d866909/?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": "San Francisco 49ers",
                "amount": 7670.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 2330.0
            }
        ],
        "expected_reward_tokens": 9203.5,
        "profit_sb": 203.5,
        "profit_sb_percentage": 2.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "7da3cdad-ef96-4202-9e63-e908c45ef78b",
            "gambit_id": "edf8c651-80f4-4e06-a192-71ef792e2acd",
            "last_updated": "2022-11-22T09:47:25.989200-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.20000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfb99ccf-fcf0-4996-9da4-807373d61d4c/?format=api"
        },
        {
            "id": "9037fd86-9933-403b-873e-57f7b9ac299b",
            "gambit_id": "9df8456d-88db-43bc-97e1-6fb3ae56bbf8",
            "last_updated": "2022-11-22T09:47:25.988241-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "3.95000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfb99ccf-fcf0-4996-9da4-807373d61d4c/?format=api"
        }
    ]
}