GET /api/bet_types/31c25ac1-bfcc-4615-86f7-7a7f20d6b378/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31c25ac1-bfcc-4615-86f7-7a7f20d6b378",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb2c2303-467e-424a-8684-9061a2b30a13/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-07T12:18:15.284963-04: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": "BAL (K Bradish)",
                "amount": 5466.0
            },
            {
                "team": "TEX (A Heaney)",
                "amount": 4534.0
            }
        ],
        "expected_reward_tokens": 9565.5,
        "profit_sb": 65.5,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa3eb173-6255-4e75-95b3-71aed9e7461e",
            "gambit_id": "26ae7ed1-7dac-400d-b5d6-971670f590df",
            "last_updated": "2023-10-09T08:58:12.542062-04:00",
            "created_at": "2023-10-07T12:18:15.302316-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.75000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c25ac1-bfcc-4615-86f7-7a7f20d6b378/?format=api"
        },
        {
            "id": "eb3dbb65-d66f-4ffb-b26a-fe115c38383c",
            "gambit_id": "ce3ff753-fac5-4f51-9f74-c46f175be114",
            "last_updated": "2023-10-09T08:58:12.538774-04:00",
            "created_at": "2023-10-07T12:18:15.294887-04:00",
            "name": "TEX (A Heaney)",
            "reward": "2.11000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c25ac1-bfcc-4615-86f7-7a7f20d6b378/?format=api"
        }
    ]
}