GET /api/bet_types/7428c9d2-c898-4362-bb74-e527191abb80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7428c9d2-c898-4362-bb74-e527191abb80",
    "match": "https://api-prod.gambitprofit.com/api/matches/03e583f2-421e-4ebc-ad1a-24754811255f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-06T13:12:10.270827-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": "Calgary Flames",
                "amount": 5000.0
            },
            {
                "team": "New York Rangers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2164ed94-8818-4170-b593-a9cb3728684b",
            "gambit_id": "ec473622-5d67-45cf-8f28-439fc11b6f27",
            "last_updated": "2023-02-07T11:16:52.974076-05:00",
            "created_at": "2023-02-06T13:12:10.274017-05:00",
            "name": "Calgary Flames",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7428c9d2-c898-4362-bb74-e527191abb80/?format=api"
        },
        {
            "id": "6efba521-5b2f-48aa-91bd-090e5cb570ad",
            "gambit_id": "a33be6e1-feed-405b-b579-e09565468a24",
            "last_updated": "2023-02-07T11:16:52.972865-05:00",
            "created_at": "2023-02-06T13:12:10.272386-05:00",
            "name": "New York Rangers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7428c9d2-c898-4362-bb74-e527191abb80/?format=api"
        }
    ]
}