GET /api/bet_types/a63792ba-6250-48a2-8dad-34ff7b2328e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a63792ba-6250-48a2-8dad-34ff7b2328e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8892a0de-544a-469f-a87a-98d88ff633bf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-05T08:42:58.359133-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": "TEX",
                "amount": 6554.0
            },
            {
                "team": "BOS",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ce36945-7a9c-4688-9e42-8495ce141c32",
            "gambit_id": "d22b3002-978a-49b0-9dea-83f3745c1875",
            "last_updated": "2023-07-06T12:33:25.838131-04:00",
            "created_at": "2023-07-05T08:42:58.360928-04:00",
            "name": "TEX",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a63792ba-6250-48a2-8dad-34ff7b2328e1/?format=api"
        },
        {
            "id": "01260cfc-ef4a-4eee-9285-9b1d01eceb99",
            "gambit_id": "2bc13e9b-4833-40eb-80af-5cf1678120e6",
            "last_updated": "2023-07-06T12:33:25.840273-04:00",
            "created_at": "2023-07-05T08:42:58.362799-04:00",
            "name": "BOS",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a63792ba-6250-48a2-8dad-34ff7b2328e1/?format=api"
        }
    ]
}