GET /api/bet_types/1253ae0a-03f5-4394-979f-133539666beb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1253ae0a-03f5-4394-979f-133539666beb",
    "match": "https://api-prod.gambitprofit.com/api/matches/3745e783-c19f-44da-9b1d-3b05aea9a7d7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-18T08:53:10.607638-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": "DET (T Skubal)",
                "amount": 6139.0
            },
            {
                "team": "KAN (D Lynch)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c965705-cf47-47c7-b15b-ca1866df9dc9",
            "gambit_id": "3b149243-facd-42c2-9ac5-eff341da28c1",
            "last_updated": "2023-07-20T09:48:17.394169-04:00",
            "created_at": "2023-07-18T08:53:10.609273-04:00",
            "name": "DET (T Skubal)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1253ae0a-03f5-4394-979f-133539666beb/?format=api"
        },
        {
            "id": "ffe380d3-e366-4caa-bda4-04032e71cb9c",
            "gambit_id": "1c189d49-77e6-444a-9bb2-2b9ac0c75135",
            "last_updated": "2023-07-20T09:48:17.396316-04:00",
            "created_at": "2023-07-18T08:53:10.610957-04:00",
            "name": "KAN (D Lynch)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1253ae0a-03f5-4394-979f-133539666beb/?format=api"
        }
    ]
}