GET /api/bet_types/6ae50258-f085-4e25-bdaa-31b5cb985ab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ae50258-f085-4e25-bdaa-31b5cb985ab6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae436273-ffc0-4dc7-98a8-8bd2d65c0356/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "LOS",
                "amount": 5753.0
            },
            {
                "team": "ARI",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b44dba2-3c86-46ab-875b-a5cf9990bf09",
            "gambit_id": "0e054e30-7bb0-4bb5-aef7-59ad9814f9c9",
            "last_updated": "2022-09-22T14:57:18.457200-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ae50258-f085-4e25-bdaa-31b5cb985ab6/?format=api"
        },
        {
            "id": "bec70baf-9e65-4f0a-991c-b1a148c9fc95",
            "gambit_id": "74176c19-cfe9-4b4c-88ee-428d6935252c",
            "last_updated": "2022-09-22T14:57:18.458208-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ae50258-f085-4e25-bdaa-31b5cb985ab6/?format=api"
        }
    ]
}