GET /api/bet_types/bc364139-b88c-47ed-8432-d5553f1d5b43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc364139-b88c-47ed-8432-d5553f1d5b43",
    "match": "https://api-prod.gambitprofit.com/api/matches/fad6208c-4246-405e-940b-581a8edd1964/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-15T12:27:13.159517-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": "ATL (B Elder)",
                "amount": 5615.0
            },
            {
                "team": "KAN (K Bubic)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "eff371c4-65d5-4cfc-8273-b84f599b621d",
            "gambit_id": "e555e56b-30d0-4430-a56d-06d82f470fba",
            "last_updated": "2023-04-16T18:02:15.339126-04:00",
            "created_at": "2023-04-15T12:27:13.162496-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc364139-b88c-47ed-8432-d5553f1d5b43/?format=api"
        },
        {
            "id": "aabd2c15-498a-41db-a8f2-843a7a44d369",
            "gambit_id": "d51a6a48-3db2-42cb-a983-dd7f2efc2d16",
            "last_updated": "2023-04-16T18:02:15.336923-04:00",
            "created_at": "2023-04-15T12:27:13.160983-04:00",
            "name": "KAN (K Bubic)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc364139-b88c-47ed-8432-d5553f1d5b43/?format=api"
        }
    ]
}