GET /api/bet_types/1646633a-75c1-421f-9419-9d3ee524d08b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1646633a-75c1-421f-9419-9d3ee524d08b",
    "match": "https://api-prod.gambitprofit.com/api/matches/392346c6-976a-4c2b-8f7d-58e978b9da57/?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": "Seattle Kraken",
                "amount": 6907.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3093.0
            }
        ],
        "expected_reward_tokens": 9186.21,
        "profit_sb": 186.21,
        "profit_sb_percentage": 2.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "6bbfc460-3048-45e8-becb-cd3724e6a945",
            "gambit_id": "163af74b-9277-46c9-b30f-a8fc21d1f382",
            "last_updated": "2022-12-07T09:32:29.131299-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.33000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1646633a-75c1-421f-9419-9d3ee524d08b/?format=api"
        },
        {
            "id": "84e297a5-5bb0-4bf4-aedf-f1a92b5f5548",
            "gambit_id": "39a1bbe5-89f9-48e5-8361-729b77ad3ff3",
            "last_updated": "2022-12-07T09:32:29.130313-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.97000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1646633a-75c1-421f-9419-9d3ee524d08b/?format=api"
        }
    ]
}