GET /api/bet_types/6efb5f9e-7c45-447a-8ea4-862a5a747554/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6efb5f9e-7c45-447a-8ea4-862a5a747554",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c158e75-8894-4f5a-9f83-e2cc807f5428/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:05.768031-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": "Boston Bruins",
                "amount": 6390.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "b567b212-30b5-417b-9860-1d7b49037595",
            "gambit_id": "9ff65acc-faee-419b-ac72-71867a487183",
            "last_updated": "2023-11-13T14:03:14.221887-05:00",
            "created_at": "2023-11-11T08:53:05.772090-05:00",
            "name": "Boston Bruins",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6efb5f9e-7c45-447a-8ea4-862a5a747554/?format=api"
        },
        {
            "id": "8c4c8e1b-61be-4e27-8a55-77dc0c17d1dc",
            "gambit_id": "35911d7c-9df4-4537-8837-b4d185c3c167",
            "last_updated": "2023-11-13T14:03:14.225191-05:00",
            "created_at": "2023-11-11T08:53:05.776831-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6efb5f9e-7c45-447a-8ea4-862a5a747554/?format=api"
        }
    ]
}