GET /api/bet_types/be31c0ef-d857-4acd-836c-5b7fb4d42291/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be31c0ef-d857-4acd-836c-5b7fb4d42291",
    "match": "https://api-prod.gambitprofit.com/api/matches/b113194e-0ed5-4983-a19d-ced241005323/?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": "Arizona Coyotes",
                "amount": 5521.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "490e67a2-6ca4-4849-9fd3-de8d44eb19f1",
            "gambit_id": "51a1d4b0-ebce-4ca6-bb49-fcecc006d900",
            "last_updated": "2022-10-26T09:57:10.758523-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be31c0ef-d857-4acd-836c-5b7fb4d42291/?format=api"
        },
        {
            "id": "5e5d18d3-900b-4899-a5c9-09999dabfe28",
            "gambit_id": "97535e07-6de0-4b68-98b3-e44d8d1bf696",
            "last_updated": "2022-10-26T09:57:10.757412-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be31c0ef-d857-4acd-836c-5b7fb4d42291/?format=api"
        }
    ]
}