GET /api/bet_types/bea2a11d-4b3b-4932-b855-d25427e6840a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bea2a11d-4b3b-4932-b855-d25427e6840a",
    "match": "https://api-prod.gambitprofit.com/api/matches/25594ef0-c355-4829-a347-60672db91d43/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:02.363029-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": 5107.0
            },
            {
                "team": "NYY",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d596a1d0-d628-4e5c-80f9-cd9bed25a7fa",
            "gambit_id": "6805bc72-9036-42e2-9f81-1127be1e75f0",
            "last_updated": "2023-04-28T11:22:24.670050-04:00",
            "created_at": "2023-04-27T11:52:02.365472-04:00",
            "name": "TEX",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bea2a11d-4b3b-4932-b855-d25427e6840a/?format=api"
        },
        {
            "id": "dd29769e-985f-4741-a106-b0f022e6ac8e",
            "gambit_id": "a18b3e0b-c682-4113-a5b6-f2de919e73c9",
            "last_updated": "2023-04-28T11:22:24.671239-04:00",
            "created_at": "2023-04-27T11:52:02.367547-04:00",
            "name": "NYY",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bea2a11d-4b3b-4932-b855-d25427e6840a/?format=api"
        }
    ]
}