GET /api/bet_types/5c7f78d2-f482-4f98-a09d-a3594aacc940/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c7f78d2-f482-4f98-a09d-a3594aacc940",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ab3f3dc-55ed-430c-8265-0bf43de42095/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T11:22:00.193553-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": "New York Islanders",
                "amount": 6163.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "85090747-337a-424a-806e-8b6ba580d1f6",
            "gambit_id": "5090ed0c-26cb-4d7d-b40e-21de5254bedf",
            "last_updated": "2023-04-11T13:52:11.016025-04:00",
            "created_at": "2023-04-10T11:22:00.198151-04:00",
            "name": "New York Islanders",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c7f78d2-f482-4f98-a09d-a3594aacc940/?format=api"
        },
        {
            "id": "9fb73230-cfb6-4561-b40d-2bda750c7bd6",
            "gambit_id": "f56d3d68-e6b7-4871-bbf9-183fec54ff81",
            "last_updated": "2023-04-11T13:52:11.014162-04:00",
            "created_at": "2023-04-10T11:22:00.196170-04:00",
            "name": "Washington Capitals",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c7f78d2-f482-4f98-a09d-a3594aacc940/?format=api"
        }
    ]
}