GET /api/bet_types/6e47f2f3-2a67-4896-bb1e-fc37977ce07b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e47f2f3-2a67-4896-bb1e-fc37977ce07b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2ba6169-d990-4f2a-85c4-683db3d8661a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T09:53:22.505814-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": "PHI",
                "amount": 6232.0
            },
            {
                "team": "SDG",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0e84fe1-a070-4b31-afbf-f171fcd049be",
            "gambit_id": "be92c2ba-f236-4593-b2e8-35dba94d04fb",
            "last_updated": "2023-09-06T18:58:00.665663-04:00",
            "created_at": "2023-09-05T09:53:22.509579-04:00",
            "name": "PHI",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e47f2f3-2a67-4896-bb1e-fc37977ce07b/?format=api"
        },
        {
            "id": "ffefd91b-4f6f-4293-8eae-f565391b105d",
            "gambit_id": "b09e802c-e405-4070-9d92-f5f837040865",
            "last_updated": "2023-09-06T18:58:00.669414-04:00",
            "created_at": "2023-09-05T09:53:22.514273-04:00",
            "name": "SDG",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e47f2f3-2a67-4896-bb1e-fc37977ce07b/?format=api"
        }
    ]
}