GET /api/bet_types/f5b3d8e0-6405-40eb-b504-da3c9c910322/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5b3d8e0-6405-40eb-b504-da3c9c910322",
    "match": "https://api-prod.gambitprofit.com/api/matches/43334c5c-8b60-49ed-b200-7d757adc310b/?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": "Columbus Blue Jackets",
                "amount": 6336.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7cab6b5-1e2e-45a6-a052-251e3ce348c1",
            "gambit_id": "cab02b48-612d-478c-9ff1-d0921621171a",
            "last_updated": "2022-12-12T19:02:23.100504-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5b3d8e0-6405-40eb-b504-da3c9c910322/?format=api"
        },
        {
            "id": "9e9914d5-b357-4311-9b2d-9a408a248592",
            "gambit_id": "6c9962a8-08bf-4f40-b13f-43e6ddf56e67",
            "last_updated": "2022-12-12T19:02:23.101725-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5b3d8e0-6405-40eb-b504-da3c9c910322/?format=api"
        }
    ]
}