GET /api/bet_types/d84d6f55-4b9e-46af-b6d0-317c2d5cbe68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d84d6f55-4b9e-46af-b6d0-317c2d5cbe68",
    "match": "https://api-prod.gambitprofit.com/api/matches/b712aefb-a9df-44b4-a8f7-c79df371bb48/?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 Angeles Kings",
                "amount": 6862.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9194.34,
        "profit_sb": 194.34,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "93ca3bb1-2bf2-4e14-a649-41007cb366a5",
            "gambit_id": "7f3b2dae-4db3-42ac-8a7f-726fadabafbc",
            "last_updated": "2022-12-07T09:47:32.617819-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84d6f55-4b9e-46af-b6d0-317c2d5cbe68/?format=api"
        },
        {
            "id": "6f08f173-11c4-4a9c-8f30-4c3d68b1fed4",
            "gambit_id": "5af45963-7e26-4482-8a45-7e8dcddb19b9",
            "last_updated": "2022-12-07T09:47:32.616813-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d84d6f55-4b9e-46af-b6d0-317c2d5cbe68/?format=api"
        }
    ]
}