GET /api/bet_types/964762e2-7222-4e0e-a9f3-40f427e10b6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "964762e2-7222-4e0e-a9f3-40f427e10b6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e6baa5a-ff9b-4484-905c-96c2bb96e251/?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": "Los Angeles Kings",
                "amount": 6114.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "89fad9b4-4272-44fa-9102-45555cb58039",
            "gambit_id": "6fa0687f-7ea1-4f82-b708-c103bc44e81c",
            "last_updated": "2022-12-12T09:42:33.359575-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/964762e2-7222-4e0e-a9f3-40f427e10b6f/?format=api"
        },
        {
            "id": "fd1581dd-0a11-4808-b4cc-ab4a81c6beaa",
            "gambit_id": "2205524e-65aa-47c5-8a9f-d0a0c5d55829",
            "last_updated": "2022-12-12T09:42:33.358454-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/964762e2-7222-4e0e-a9f3-40f427e10b6f/?format=api"
        }
    ]
}