GET /api/bet_types/7e97a806-d98e-4369-864b-304099de6cda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e97a806-d98e-4369-864b-304099de6cda",
    "match": "https://api-prod.gambitprofit.com/api/matches/e13e6d2b-3ece-4592-9db0-333881f00246/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:11.598274-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": "Buffalo Sabres",
                "amount": 6390.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "766e3949-e911-43e2-b19b-8ba4683a41b5",
            "gambit_id": "4fa4a3c2-2975-4b47-af93-110e09479de7",
            "last_updated": "2024-01-29T21:58:09.016414-05:00",
            "created_at": "2024-01-27T09:18:11.602730-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e97a806-d98e-4369-864b-304099de6cda/?format=api"
        },
        {
            "id": "789faf94-4ef5-4087-998a-fb3ff19c1309",
            "gambit_id": "c8dc494a-905f-4ee2-8075-6d5052d90c0e",
            "last_updated": "2024-01-29T21:58:09.019781-05:00",
            "created_at": "2024-01-27T09:18:11.607159-05:00",
            "name": "San Jose Sharks",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e97a806-d98e-4369-864b-304099de6cda/?format=api"
        }
    ]
}