GET /api/bet_types/5d136ad7-740e-41c2-8773-84efb2980f89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d136ad7-740e-41c2-8773-84efb2980f89",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3b744af-f0a0-4fb0-841a-9271f688cc45/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T11:57:12.199800-04: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": "Detroit Red Wings",
                "amount": 5317.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "943e61e7-0370-4430-9b49-edc9f347dfcb",
            "gambit_id": "6418300a-f0cf-4f29-987a-ef880924a27d",
            "last_updated": "2023-04-05T22:52:11.305947-04:00",
            "created_at": "2023-04-04T11:57:12.202330-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d136ad7-740e-41c2-8773-84efb2980f89/?format=api"
        },
        {
            "id": "cdb38800-f97f-40f0-8af3-0c822ad52279",
            "gambit_id": "dbfb8170-7e07-42b8-8099-54ef95c41f69",
            "last_updated": "2023-04-05T22:52:11.303687-04:00",
            "created_at": "2023-04-04T11:57:12.201056-04:00",
            "name": "Montreal Canadiens",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d136ad7-740e-41c2-8773-84efb2980f89/?format=api"
        }
    ]
}