GET /api/bet_types/f264f931-8ed5-4007-82d7-9ee09e6a0fe5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f264f931-8ed5-4007-82d7-9ee09e6a0fe5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b814682e-d2d2-4c0d-993b-cf5c6fb30cd5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-21T08:33:14.471014-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",
                "amount": 5867.0
            },
            {
                "team": "TAM",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "d406c784-5996-4954-946b-88323bbf386d",
            "gambit_id": "acc83d3d-b474-492a-b605-d2004c1cb15b",
            "last_updated": "2023-06-22T10:23:06.071294-04:00",
            "created_at": "2023-06-21T08:33:14.472589-04:00",
            "name": "BAL",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f264f931-8ed5-4007-82d7-9ee09e6a0fe5/?format=api"
        },
        {
            "id": "119286ab-7fec-445c-9103-b0b5a8f0804e",
            "gambit_id": "6bf8d574-31c1-4b96-ba00-8264337b3b8c",
            "last_updated": "2023-06-22T10:23:06.073657-04:00",
            "created_at": "2023-06-21T08:33:14.474247-04:00",
            "name": "TAM",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f264f931-8ed5-4007-82d7-9ee09e6a0fe5/?format=api"
        }
    ]
}