GET /api/bet_types/515ecd75-3dcd-4842-9305-ee4b7d192e3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "515ecd75-3dcd-4842-9305-ee4b7d192e3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/60370f36-ba83-40df-99ad-8300db327242/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T00:06:47.753110-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Heroic",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Heroic",
                "amount": 8426.0
            },
            {
                "team": "Evil Geniuses",
                "amount": 1574.0
            }
        ],
        "expected_reward_tokens": 9015.82,
        "profit_sb": -484.18,
        "profit_sb_percentage": -5.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "d916e82d-5dca-4873-b956-032dd8bbb0c6",
            "gambit_id": "b6b7e3bd-00d4-4eaa-9130-3e16409ed055",
            "last_updated": "2023-01-20T10:27:11.450150-05:00",
            "created_at": "2023-01-19T00:06:47.761279-05:00",
            "name": "Heroic",
            "reward": "1.07000",
            "odds": "1.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/515ecd75-3dcd-4842-9305-ee4b7d192e3f/?format=api"
        },
        {
            "id": "32ea4919-9577-4a6e-9b25-bb7dc0070225",
            "gambit_id": "52417eb4-8f51-439d-b2ad-d5e43a00c5ae",
            "last_updated": "2023-01-20T10:27:11.448868-05:00",
            "created_at": "2023-01-19T00:06:47.757369-05:00",
            "name": "Evil Geniuses",
            "reward": "5.73000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/515ecd75-3dcd-4842-9305-ee4b7d192e3f/?format=api"
        }
    ]
}