GET /api/bet_types/991821f6-87ac-4a6a-812b-99ebe60d563f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "991821f6-87ac-4a6a-812b-99ebe60d563f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b8f5901-de86-48c6-9b81-14d7845a53a8/?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": "Complexity Gaming",
                "amount": 5256.0
            },
            {
                "team": "HEET",
                "amount": 4744.0
            }
        ],
        "expected_reward_tokens": 8776.4,
        "profit_sb": -223.6,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff659b9a-3135-4633-8ff1-0aef910235cf",
            "gambit_id": "4ab0be9f-6b09-40a9-b5a2-39f1c106cbbe",
            "last_updated": "2022-09-16T12:02:04.275756-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Complexity Gaming",
            "reward": "1.67000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/991821f6-87ac-4a6a-812b-99ebe60d563f/?format=api"
        },
        {
            "id": "1f5dfbed-3654-4890-86ae-5d9d0c6995f9",
            "gambit_id": "1bebb36f-ef13-41ff-b991-0d4db96727ce",
            "last_updated": "2022-09-16T12:02:04.274724-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HEET",
            "reward": "1.85000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/991821f6-87ac-4a6a-812b-99ebe60d563f/?format=api"
        }
    ]
}