GET /api/bet_types/f8f8c9bc-87eb-4a42-bea5-d9015ccfdd9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8f8c9bc-87eb-4a42-bea5-d9015ccfdd9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/127b16cc-9909-422c-827e-cd61387308d7/?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": "BIG",
                "amount": 5256.0
            },
            {
                "team": "Outsiders",
                "amount": 4744.0
            }
        ],
        "expected_reward_tokens": 8776.4,
        "profit_sb": -223.6,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7ec7ce1-6d1d-4d67-a66c-6c19adab412d",
            "gambit_id": "60b91548-6c71-4e26-9019-7065f7d4a08f",
            "last_updated": "2022-09-08T19:12:11.965139-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BIG",
            "reward": "1.67000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f8c9bc-87eb-4a42-bea5-d9015ccfdd9e/?format=api"
        },
        {
            "id": "b3bf51fa-6009-43f6-a59d-6979c39a46ab",
            "gambit_id": "d1b319b7-6bf9-4e8a-ab3a-00d0477cc8f5",
            "last_updated": "2022-09-08T19:12:11.966236-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Outsiders",
            "reward": "1.85000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f8c9bc-87eb-4a42-bea5-d9015ccfdd9e/?format=api"
        }
    ]
}