GET /api/bet_types/57eb5550-872f-45be-9cd8-cd77d13ed05a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57eb5550-872f-45be-9cd8-cd77d13ed05a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dcdcbf9-44f3-4632-9a36-0d24ad82685f/?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": "San Jose Sharks",
                "amount": 5304.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "bdf4c991-cdd0-42d1-a576-75bda41172f3",
            "gambit_id": "debb9019-80a7-482e-a996-1d92b3c927a2",
            "last_updated": "2022-11-18T09:48:09.604388-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57eb5550-872f-45be-9cd8-cd77d13ed05a/?format=api"
        },
        {
            "id": "704791e5-ea39-4a07-8053-866206601a45",
            "gambit_id": "8c186098-54e8-41ad-9a87-cba011ee7663",
            "last_updated": "2022-11-18T09:48:09.605523-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57eb5550-872f-45be-9cd8-cd77d13ed05a/?format=api"
        }
    ]
}