GET /api/bet_types/46eb5494-a1ff-4561-a641-c12546c96f0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46eb5494-a1ff-4561-a641-c12546c96f0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad3e3117-35d0-46d5-8f18-a10b30cc4097/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-19T08:48:00.386689-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": "Phoenix Suns",
                "amount": 7059.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2941.0
            }
        ],
        "expected_reward_tokens": 9528.84,
        "profit_sb": 28.84,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6668122-bc6c-4215-9808-8777243f3aa9",
            "gambit_id": "415a03f9-945b-43eb-b993-b3a5bd0c4824",
            "last_updated": "2023-12-21T10:38:21.709888-05:00",
            "created_at": "2023-12-19T08:48:00.395100-05:00",
            "name": "Phoenix Suns",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46eb5494-a1ff-4561-a641-c12546c96f0e/?format=api"
        },
        {
            "id": "857c7af5-5f96-4289-aa26-0ba238eade3c",
            "gambit_id": "0f9c7678-f6de-4dbc-b304-d1b2949b7c5c",
            "last_updated": "2023-12-21T10:38:21.713199-05:00",
            "created_at": "2023-12-19T08:48:00.402629-05:00",
            "name": "Portland Trail Blazers",
            "reward": "3.24000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46eb5494-a1ff-4561-a641-c12546c96f0e/?format=api"
        }
    ]
}