GET /api/bet_types/24927126-50e1-4fe8-a04e-001fe95c1b64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24927126-50e1-4fe8-a04e-001fe95c1b64",
    "match": "https://api-prod.gambitprofit.com/api/matches/72ace93c-36b8-4686-be86-ca020430c581/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-01T10:23:20.135868-04: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": "Damir Ismagulov",
                "amount": 5297.0
            },
            {
                "team": "Grant Dawson",
                "amount": 4703.0
            }
        ],
        "expected_reward_tokens": 9216.78,
        "profit_sb": -283.22,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "835af702-388f-408f-80f9-958bb182a93a",
            "gambit_id": "8b1613b7-982f-4c38-b532-4fd7ad5ee9b1",
            "last_updated": "2023-07-03T10:53:11.838220-04:00",
            "created_at": "2023-07-01T10:23:20.140119-04:00",
            "name": "Damir Ismagulov",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24927126-50e1-4fe8-a04e-001fe95c1b64/?format=api"
        },
        {
            "id": "d466bfc5-6d36-4399-b39b-32c28e669df8",
            "gambit_id": "e7579843-f8ae-4c02-ae0c-48dfbcf74451",
            "last_updated": "2023-07-03T10:53:11.836736-04:00",
            "created_at": "2023-07-01T10:23:20.137853-04:00",
            "name": "Grant Dawson",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24927126-50e1-4fe8-a04e-001fe95c1b64/?format=api"
        }
    ]
}