GET /api/bet_types/f5666a91-65bc-4951-9b33-2504e68504f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5666a91-65bc-4951-9b33-2504e68504f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e784c15d-fdd3-495c-8d9b-546915f6b07a/?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": 5307.0
            },
            {
                "team": "COL",
                "amount": 4693.0
            }
        ],
        "expected_reward_tokens": 9339.07,
        "profit_sb": -160.93,
        "profit_sb_percentage": -1.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "f628b190-3f36-4a53-8b08-d5ab436e8fca",
            "gambit_id": "f19ba839-b845-4951-b431-c2848c944088",
            "last_updated": "2022-10-02T15:17:31.626527-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5666a91-65bc-4951-9b33-2504e68504f2/?format=api"
        },
        {
            "id": "7b1b7191-1fd0-41e7-b0f6-0aed2fa43ad8",
            "gambit_id": "7539ea38-5dc7-4e14-9043-6b3a0e4d686a",
            "last_updated": "2022-10-02T15:17:31.627567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.99000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5666a91-65bc-4951-9b33-2504e68504f2/?format=api"
        }
    ]
}