GET /api/bet_types/afd2709e-ec40-4870-b7c1-ef4ca7204996/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afd2709e-ec40-4870-b7c1-ef4ca7204996",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ab3b3da-f4b5-47b3-a64d-47eefd588b49/?format=api",
    "name": "Pick the Winner",
    "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": "Winnipeg Jets",
                "amount": 6482.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8f742b0-748d-4e3f-9c18-716eb86367e5",
            "gambit_id": "c0a5c776-3855-40b2-8fe2-ee4c6b26a7f7",
            "last_updated": "2022-11-18T09:52:42.486463-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afd2709e-ec40-4870-b7c1-ef4ca7204996/?format=api"
        },
        {
            "id": "6ed48a0d-22e4-47b5-9ff9-d876c5cd0589",
            "gambit_id": "0831a185-02b2-4872-8809-356bc28ba5fc",
            "last_updated": "2022-11-18T09:52:42.487514-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afd2709e-ec40-4870-b7c1-ef4ca7204996/?format=api"
        }
    ]
}