GET /api/bet_types/5f5239b8-ae51-4024-abbe-e4d7c6317036/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f5239b8-ae51-4024-abbe-e4d7c6317036",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a33bf89-2ddc-4605-88a2-a5cf7e852fe2/?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": "Atlanta Hawks",
                "amount": 6778.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3222.0
            }
        ],
        "expected_reward_tokens": 9150.3,
        "profit_sb": 150.3,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6972cab-09db-4f09-a65a-0b808143a380",
            "gambit_id": "16957675-8c5d-43b4-9134-a62ea3b4a998",
            "last_updated": "2022-12-01T16:22:24.565130-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f5239b8-ae51-4024-abbe-e4d7c6317036/?format=api"
        },
        {
            "id": "3434b8c3-6b5b-4f1c-8ea0-6082c9eec1cd",
            "gambit_id": "ec729e38-e8b6-48e8-9110-581811472ee9",
            "last_updated": "2022-12-01T16:22:24.563993-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "2.84000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f5239b8-ae51-4024-abbe-e4d7c6317036/?format=api"
        }
    ]
}