GET /api/bet_types/bfaccc91-e9c1-42d1-96a6-37c915849396/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfaccc91-e9c1-42d1-96a6-37c915849396",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e2b597b-1b80-498f-8699-de7bb1e7c630/?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": "TAM (T Glasnow)",
                "amount": 5623.0
            },
            {
                "team": "BOS (R Hill)",
                "amount": 4377.0
            }
        ],
        "expected_reward_tokens": 9671.56,
        "profit_sb": 171.56,
        "profit_sb_percentage": 1.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba78615e-8cb0-4996-95b7-3450468333a3",
            "gambit_id": "cbbef539-7455-4b30-98d2-3b387c1789be",
            "last_updated": "2022-10-04T09:22:02.919205-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (T Glasnow)",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfaccc91-e9c1-42d1-96a6-37c915849396/?format=api"
        },
        {
            "id": "19e7019a-b76c-4890-b45c-c351ef109015",
            "gambit_id": "2434d49e-861e-43c0-b3df-66ead99ce6f6",
            "last_updated": "2022-10-04T09:22:02.918233-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (R Hill)",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfaccc91-e9c1-42d1-96a6-37c915849396/?format=api"
        }
    ]
}